Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.26 KB

File metadata and controls

24 lines (21 loc) · 1.26 KB

Django & React Notes Web App

Features of this project:

  1. Complete Login and Register functionality with JWT (JSON Web Token) authentication.
  2. Automatic redirection to the login page for unauthenticated users.
  3. All URLs other than /, /login, and /register are handled with error catching, displaying appropriate error messages.
  4. Multiple error handling mechanisms implemented for better user experience.
  5. Various security measures to protect user data and access.
  6. Notes feature includes Title, Content, Date, and a Delete button.

Technologies Used:

  • Python with Django (Backend)
  • JWT for authentication
  • React (Frontend)
  • CSS for styling

Photos of the app:

login register mainpage mainpagenote notFound notuser