A simple React web application for tracking coffee brewing history. Keep track of your favorite brew style, roast date, coffee weight, brand, and blend.
Clone this repository to your local machine and navigate to the project folder:
git clone https://github.com/[YOUR_GITHUB_USERNAME]/coffee-app-react.git
cd coffee-app-react
Install the dependencies by running the following command:
npm ci
Start the development server by running the following command:
npm run start
The app should be up and running on http://localhost:3000/.