This application was created to simulate a coffee e-commerce website with the aim of practicing React programming logic related to storing items in a shopping cart until the checkout step.
To utilize our application, follow these simple steps:Begin by cloning our design system's repository to your local machine:
git clone https://github.com/pedro4r/coffeeDelivery-React
Navigate to the cloned directory and install the necessary dependencies using npm:
npm install
After the installation is complete, start the development environment with:
npm run dev
This command will launch the application environment, allowing you to view and interact with our project.
