A simple and efficient task management application built with Django.
Task-Manager is designed to help users manage their tasks efficiently. This application provides a user-friendly interface for tracking tasks, setting deadlines, and organizing work.
- Create, update, and delete tasks
- Set deadlines and priorities
- Organize tasks into categories
- User-friendly interface
To get started with Task-Manager, follow these steps:
- Clone the repository:
git clone https://github.com/AndiCrow/Task-Manager.git - Navigate to the project directory:
cd Task-Manager - Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- On Windows:
venv\Scripts\activate - On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt - Apply migrations:
python manage.py migrate
To run the application, use the following command:
python manage.py runserverOpen your web browser and navigate to http://localhost:8000 to start using the Task-Manager.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.