fabiobatoni / Coffe-Delivery

Project with React to manage shopping cart
https://coffe-delivery-pied.vercel.app
1 stars 0 forks source link

Front-end Coffe Delivery

React Vite TypeScript Immer CSS Figma

1. Introduction

1.1 Challenge Overview

In this challenge, you will develop an application to manage a shopping cart for a fictional coffee shop, which contains the following features:

Although there are few features, you will need to remember concepts such as:

To complete this challenge, you may need to do research to learn about array manipulation methods such as reduce, which will be extremely useful for calculating the total value of the cart.

1.2 Application layout

For this application we provide a layout so that you can follow and implement all the features designed in figma.

To access Figma, you must first create an account on the platform.

2. Getting Started for Developers

To set up a local copy of this repository:

2.1 Installation

Follow these steps to set up the Coffe-Delivery environment on your local machine:

  1. Clone the Repository and Change Directory
cd Coffe-Delivery
  1. Install Project Dependencies

In the project directory, run:

npm install

2.2 Local Development

Prerequisite

To start the Coffe-Delivery, follow these steps:

  1. Run the Application

Use the commands to run:

npm run dev
  1. Access the Application

Once the server is running, open your preferred web browser and navigate to:

  1. Test the Application