Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 839 Bytes

Coffee Brew Tracker App

A simple React web application for tracking coffee brewing history. Keep track of your favorite brew style, roast date, coffee weight, brand, and blend.

Getting Started

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/.

License

MIT