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.
To install the application, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/millerbento/ReactCoffeeShopCart.git
. - Navigate to the project directory using
cd ReactCoffeeShopCart
. - Install the dependencies using
npm install
.
To use the application, follow these steps:
- Start the development server using
npm start
. - Open your web browser and go to
http://localhost:3000
. - Browse the available coffee items and add them to the shopping cart.
- Remove items from the shopping cart if desired.
- Checkout when ready.
Contributions to the project are welcome. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature using
git checkout -b feature/<feature-name>
. - Make your changes to the code.
- Test your changes to ensure they work as intended.
- Commit your changes using
git commit -m "<commit-message>"
. - Push your changes to your fork using
git push origin feature/<feature-name>
. - Create a pull request.
The application is available under the MIT License.