Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 824 Bytes

README.md

File metadata and controls

27 lines (27 loc) · 824 Bytes

Simple Timer-Tracker with backend part on Node.js & Express.js

You can view it on heroku: Click

alt text

Made with :

  • React.js
  • Redux toolkit with Async-thunk on frontend,
  • Styled components
  • MockApi MongoDB as a server store
  • Node.js, Express.js;

BACKEND TODO:

  • Connect to MongoDB;
  • Track model;
  • Track router;
  • Track controller;
    • Get all tracks;
    • Create new Track;
    • Change Track status;
    • Delete Track;
    • Delete all Tracks;

Next features TODO:

  • Authorization
    • Via Firebase
    • Via Email using JWT
    • With coockies access token
  • Every user has his own timers