Simple app (PWA) for tracking the amount of water drank everyday.
Clone the repo to your computer, go to the project directory in console and type npm install
. Open 'Dist' folder and run 'index.html' file. You can simply add and remove glasses of water by clicking on buttons.
npm run start
- runs development mode
npm run build
- runs build process for production
npm run publish
- runs build process and publish the page using gh-pages
branch