tchestnut85 / to-do-app

This To-Do List app is a Full-Stack MERN app with a RESTful API. React and the Chakra-UI library are on the front-end and a MongoDB database with Mongoose.js, Express.js and Node.js on the back-end. Authentication using JWTs.

Home Page:https://todoapp-tc.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logged in User Login page

tchestnut85 opened this issue · comments

When a user is logged in, navigating to '/' url displays the login form.
Implement authentication logic to display the ToDo list instead if the user is logged in.