• Stars
    star
    2
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MERN app with auth and JWT, is a Todo web application. I use Nodejs and Expres for the server side, passportjs for authentication, MongoDB for database. For the frontend I use React and context api. useContext, useState and useEffect hooks. There are user roles (user and admin), there is route protection with HOCS. For pretty looking i use Bootstrap classes.