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

User Functionality

tchestnut85 opened this issue · comments

Setup User Functionality

  • Create a user
    • Front-end (signup, login forms)
    • Back-end (User mongoose model, routes)
    • Test functionality
  • User login and authentication
    • Try to use Passport?
  • When user logs into app, display their todo items
  • User can create a ToDo item