This repository contains the source code for a User Authentication App, which includes a React JS front-end and a Django back-end. The application provides user registration, login, password reset, and a user dashboard.
The User Authentication App allows users to register, log in, reset their passwords, and access a protected dashboard. It consists of two main components:
User Registration: Users can create an account. User Login: Users can log in to their account. Password Reset: Users can reset their password if they forget it. User Dashboard: Authenticated users can access a protected dashboard.
- Front-End
- React JS
- React Router
- Material UI
- Back-End
- Django
- Django REST framework
Follow these instructions to set up the project locally.