/ReactCoffeeShopCart

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

Primary LanguageJavaScript

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.