Skip to content

vamshi-05/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TASK MANAGEMENT APLLICATION

Introduction

The Task Management App is a MERN Stack project designed to help users manage tasks efficiently. It provides functionality for creating, updating, and tracking tasks, with features for assigning priorities, setting deadlines, and monitoring task statuses. The application also allows for user authentication and role-based access control.

Features

User Authentication: Secure login and registration for users. Task Management: Users can create, update, delete, and view tasks. Task Details:Title, description, priority (Low, Medium, High). Status (To Do, In Progress, Completed). Assigned users and due dates. CSV Reports: Users can download task summaries based on filters. Admin Dashboard: Administrators can manage users and tasks.

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/vamshi-05/ToDo.git
  2. Navigate to the project directory:
    cd ToDo
  3. Install server-side dependencies:
    cd backend
    npm install
  4. Install client-side dependencies:
    cd ../frontend
    npm install

Usage

Instructions on how to use the project:

  1. Start the backend server:
    cd backend
    npm start
  2. Start the frontend development server:
    cd ../frontend
    npm start
  3. Open your browser and navigate to http://localhost:3000 to access the application.

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to reach out:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published