Welcome to the Task Manager App, a powerful web-based tool to manage tasks. Built using Django, the app allows users to create, update, and track tasks efficiently while supporting user authentication and real-time updates.
- User authentication (signup, login, logout)
- Create, update, delete, and search tasks
- Filter tasks by status and sort by various criteria
- Paginated task list for better usability
- Responsive and user-friendly interface built with Bootstrap
- Backend: Django
- Frontend: HTML, CSS, Bootstrap
- Version Control: GitHub
- Clone the repository:
git clone https://github.com/yourusername/task-manager-app.git
cd task-manager-app
- Install dependencies:
pip install -r requirements.txt
- Set up the database:
python manage.py makemigrations
python manage.py migrate
- Run the development server:
python manage.py runserver
- Open the app in your browser:
http://127.0.0.1:8000/
This project is licensed under the MIT License.