This is the frontend of the Task Manager web application built using React. It connects to a Django REST API backend and allows users to register, log in, and manage their personal tasks.
- User registration and login
- View tasks
- Add new tasks
- Mark tasks as completed or not completed
- Delete tasks
- Logout
- React
- React Router DOM
- Axios
- HTML/CSS
git clone https://github.com/Pad96pages/taskmanager-frontend.git
cd taskmanager-frontend
npm install
npm start
-> Make sure the Django backend is running at: http://127.0.0.1:8000/api/
->Backend Repository: https://github.com/Pad96pages/taskmanager-backend (You can find the backend code here)