Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

<title>Task-Manager</title>

Task-Manager

A simple and efficient task management application built with Django.

Description

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.

Features

  • Create, update, and delete tasks
  • Set deadlines and priorities
  • Organize tasks into categories
  • User-friendly interface

Installation

To get started with Task-Manager, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AndiCrow/Task-Manager.git
  2. Navigate to the project directory:
    cd Task-Manager
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  5. Install the required dependencies:
    pip install -r requirements.txt
  6. Apply migrations:
    python manage.py migrate

Usage

To run the application, use the following command:

python manage.py runserver

Open your web browser and navigate to http://localhost:8000 to start using the Task-Manager.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages