Welcome to Task Center, a simple and efficient web application where you can jot down your daily tasks and stay organized. Create a user account to unlock the full potential of Task Center and start managing your tasks hassle-free. Built exclusively with Django, the Python framework, Task Center leverages various Django functionalities, including Authentication Form, Class Based Views, UserCreation Form, and a handy search bar, among others.
-
Task Management: Keep track of your daily tasks with ease. Write, edit, and mark tasks as completed to stay on top of your to-do list.
-
User Accounts: To use Task Center, you need to create a user account. Sign up and log in to access your personalized task list.
-
Responsive Design: Task Center is designed to be fully responsive, ensuring a seamless user experience on both desktop and mobile devices.
- Django
- Python
- HTML
- CSS
- Bootstrap
- JavaScript
Task Center utilizes SQLite as its database, ensuring secure and efficient data storage for your tasks and user information.
To get started with Task Center, follow these steps:
- Clone this repository to your local machine.
- Create a virtual environment and activate it.
- Install the required packages from
requirements.txt
using the following command: pip install -r requirements.txt - Run the Django development server: python manage.py runserver
- Access Task Center by navigating to
http://localhost:8000/
in your web browser.
Thank you for choosing Task Center to simplify your task management. Stay organized and boost your productivity with ease! 📋✨
Website Link: http://facundocg.pythonanywhere.com/