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

Edit To-Do Items

tchestnut85 opened this issue · comments

  • Setup the backend to edit a todo item (route, controller)
  • Add front-end functionality to edit to-do list items
  • need to fix bugs