项目作者: shashankch

项目描述 :
Goals Tracking React Application
高级语言: JavaScript
项目地址: git://github.com/shashankch/Goals-Tracker.git
创建时间: 2020-12-13T17:38:35Z
项目社区:https://github.com/shashankch/Goals-Tracker

开源协议:

下载


Goals-Tracker - React Application with Ant design

project screenshots
project screenshots
project screenshots

Features:

  • Add multiple habits to track like reading a book, going to the gym etc
  • Track each habit everyday. These are the 3 statuses of a habit:
  • Done - Mark the habit as done for a day
  • Not done - Mark the habit as not done for a day
  • None - User did not take any action on a habit for a day
  • Displays all 7 days of each habit to track progress.
  • User can toggle between the status mentioned above.

Directory Structure:

  1. ├── README.md
  2. ├── package-lock.json
  3. ├── package.json
  4. ├── public
  5. ├── favicon.ico
  6. ├── index.html
  7. ├── logo192.png
  8. ├── logo512.png
  9. ├── manifest.json
  10. └── robots.txt
  11. └── src
  12. ├── actions
  13. ├── actionTypes.js
  14. └── goals.js
  15. ├── assets
  16. ├── img1.png
  17. ├── img2.png
  18. └── img3.png
  19. ├── component
  20. ├── App.js
  21. ├── Habit.js
  22. ├── Main.js
  23. ├── Navbar.js
  24. ├── Tracker.js
  25. └── index.js
  26. ├── helpers
  27. └── index.js
  28. ├── index.css
  29. ├── index.js
  30. ├── reducers
  31. ├── goals.js
  32. └── index.js
  33. └── store
  34. └── index.js

Steps to run locally:

  1. 1. git clone https://github.com/shashankch/Goals-Tracker.git.
  2. 2. cd Goals-Tracker-main.
  3. 3. npm install
  4. 4. npm start

Next Steps:

  • add more features.

Contributing:

  • All contributions are welcome!