Habit Tracker is a simple web app built in JavaScript and webpack.
As the name suggests habit tracker helps the user to keep track of the habits he/she wishes to keep track of.
Usinng this app the user can program the duration (start date and end date) of the habits he/she wishes to pick up. Based on the user input the app can generate a daily to do list for the user to follow.
- Add new habits
- Update habits
- Keep track of habits on daily basis
- Preserve your data in
JSON
file - Upload previously saved data from
JSON
file
-
Node.js : Node.js® is an open-source, cross-platform JavaScript runtime environment.
-
Webpack: Webpack is a static module bundler for modern JavaScript applications
Habit Tracker is simple web app which use JavaScript and is built with Webpack
npm install
npm start
npm run build