Giter VIP home page Giter VIP logo

task-manager's Introduction

Task Manager App

The Task Manager App is a web application built with Django and ReactJS that allows users to manage their tasks by entering, saving, and deleting tasks.

Features

  • Task Entry: Users can enter new tasks with details such as title, description, deadline, etc.
  • Task Listing: Users can view their tasks in a list format, displaying details such as title, description, status, and deadline.
  • Task Update: Users can update task details including title, description, status, and deadline.
  • Task Deletion: Users can delete tasks they no longer need.
  • Responsive Design: The application is designed to be responsive and accessible on various devices, including desktops, tablets, and smartphones.

Technologies Used

  • Frontend:

    • ReactJS
    • HTML
    • CSS
  • Backend:

    • Django
    • Django REST Framework

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/task-manager.git
  2. Navigate to the project directory:

    cd task-manager
  3. Install frontend dependencies:

    cd frontend
    npm install
  4. Install backend dependencies:

    cd ../backend
    pip install -r requirements.txt
  5. Run migrations to set up the database:

    python manage.py migrate
  6. Start the development server:

    python manage.py runserver
  7. Access the application in your web browser at http://localhost:8000.

Usage

  1. Navigate to the task manager app.
  2. Add new tasks by clicking the "Add Task" button and filling out the task details.
  3. View, update, or delete tasks as needed.

Contributing

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

License

This project is licensed under the MIT License.


task-manager's People

Contributors

aaravshukla15 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.