Deployed at: https://quicksell-counter-muskan.web.app
| Name | Roll No. | |
|---|---|---|
| Muskan Garg | 180447 | muskan@iitk.ac.in |
# clone the repository
git clone git@github.com:muskangarg21/quicksell-counter.git
# move to the repository
cd quicksell-counter
# install dependencies
npm i
# start development server
npm start # update .env file accordingly for the MAX_VALUE and API URLs
# generate build
npm run build