Skip to content

v4voloshyn/server-react-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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