This is a web application built with Django and Bootstrap for managing tasks. Users can create new tasks, edit existing ones, and mark them as completed once they are done.
- Create, read, update, and delete (CRUD) tasks
- User authentication system with login and registration
- Personalized task lists for each user
- User-friendly interface designed with Bootstrap
- Scalable for handling a large number of users and tasks
To run the application locally, you need to have Python and Django installed on your system. Then, follow these steps:
- Clone the repository to your local machine
- In the terminal, navigate to the project directory
- Run
python manage.py runserver - Open your browser and go to http://localhost:8000
This project was created by Nahuel Agustín Nievas.