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

Bugs to fix

tchestnut85 opened this issue · comments

  • Need an error to display if user tries to sign up with existing username
  • Display an error if user logs in with wrong name/password. Currently an error gets displayed in the log but nothing on the page.
  • URL redirects to '/todos' on an incorrect login. Should stay on the original login page.
  • Display an error if a todo item is submitted but not all the input fields are completed.