Skip to content

A simple, efficient and user friendly shopping cart for take away coffees made with React

Notifications You must be signed in to change notification settings

millerbento/ReactCoffeeShopCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactCoffeeShopCart

Description

React Coffee Shop Cart is a web application that allows users to order coffee from a coffee shop. The application was built using ReactJS, and it allows users to add and remove items to/from a shopping cart.

Table of Contents

Installation

To install the application, follow these steps:

  1. Clone the repository to your local machine using git clone https://github.com/millerbento/ReactCoffeeShopCart.git.
  2. Navigate to the project directory using cd ReactCoffeeShopCart.
  3. Install the dependencies using npm install.

Usage

To use the application, follow these steps:

  1. Start the development server using npm start.
  2. Open your web browser and go to http://localhost:3000.
  3. Browse the available coffee items and add them to the shopping cart.
  4. Remove items from the shopping cart if desired.
  5. Checkout when ready.

Contributing

Contributions to the project are welcome. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature using git checkout -b feature/<feature-name>.
  3. Make your changes to the code.
  4. Test your changes to ensure they work as intended.
  5. Commit your changes using git commit -m "<commit-message>".
  6. Push your changes to your fork using git push origin feature/<feature-name>.
  7. Create a pull request.

License

The application is available under the MIT License.

About

A simple, efficient and user friendly shopping cart for take away coffees made with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages