A full-stack Todo application built using React.js for the frontend and Django REST Framework for the backend.
This application allows users to create, update, delete, and manage daily tasks efficiently through a RESTful API.
- β Add new tasks
- βοΈ Edit existing tasks
- β Mark tasks as completed
- ποΈ Delete tasks
- π Dynamic frontend updates using API integration
- π¦ RESTful backend built with Django REST Framework
- React.js
- Axios
- HTML5
- CSS3
- Django
- Django REST Framework
- SQLite (Default Database)
API ENDPOINTS
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/todos/ | Retrieve all tasks |
| POST | /api/todos/ | Create a new task |
| PUT | /api/todos// | Update a task |
| DELETE | /api/todos// | Delete a task |
Roshan Poudel Electronics and Computer Engineering Student

