Skip to content

ramkumar1887/TaskManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

TaskManagement

A web-based Task Management application designed to help users organize, track, and manage their daily tasks efficiently.

✨ Features

  • Create, view, update, and delete tasks.
  • User-friendly interface.
  • Real-time task status updates.
  • Responsive design for desktop and mobile.

🛠️ Built With

  • Frontend: HTML, CSS, JavaScript
  • Backend: Express
  • Database: Mongoose

📁 Project Structure

TaskManagement/
├── backend
├── task-scheduler(frontend)

🚀 Getting Started

Installation and Running the project

  1. Clone the repository:

    git clone https://github.com/ramkumar1887/TaskManagement.git
  2. Navigate to the project folder:

    cd TaskManagement
  3. (Optional) Run both the backend and frontend locally:

    Start the backend (Express server):

    cd backend
    node server.js

    Start the frontend:

    cd ../task-scheduler(frontend)
    npm start

    Note: Make sure the backend is running before using the frontend for full functionality.

📷 Screenshots

Landing Page

Landing Page

Login Page

Login Page

Dashboard

Dashboard

Tasks

Tasks

Calendar

Calendar

Teams

Teams

🙌 Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repository and create a pull request.

🧑‍💻 Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors