Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.74 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.74 KB

Task Center

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.

Features

  • 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.

Technologies Used

  • Django
  • Python
  • HTML
  • CSS
  • Bootstrap
  • JavaScript

Database

Task Center utilizes SQLite as its database, ensuring secure and efficient data storage for your tasks and user information.

Set Up

To get started with Task Center, follow these steps:

  1. Clone this repository to your local machine.
  2. Create a virtual environment and activate it.
  3. Install the required packages from requirements.txt using the following command: pip install -r requirements.txt
  4. Run the Django development server: python manage.py runserver
  5. 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/