Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.94 KB

README.md

File metadata and controls

75 lines (52 loc) · 1.94 KB

ToDo List Web Application.

GitHub repo size GitHub GitHub language count GitHub Repo stars

AboutFunctionalitiesLayoutTechnologiesInstallation

💻 About

Small React + TypeScript Application to simulate an Online Coffee Shop

☑ Functionalities

  • Add items to cart
  • Visit and edit Cart
  • Add customer information
  • Check order status
  • Responsiveness for Mobile Devices

🎨 Layout

Figma File

Figma Mock

🔨 Technologies

The following framworks/libraries were used for this project:

Check the full package.json

🚀 Installation

# Clone the repo
git clone https://github.com/flavioccf/coffee_delivery_react.git

# Access the project
cd coffee_delivery_react

# Install dependencies
npm install

# Run the application
npm run dev

# The server will start - port:3000 - acesse http://localhost:3000