Skip to content

Y-Shivansh/Task-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Productive Management

Overview

Productive Management is a project designed to help teams manage their tasks and improve productivity. The backend is deployed on Render, and the frontend is deployed on Vercel.

Features

  • Task management
  • Team collaboration
  • Productivity tracking
  • Real-time updates

Technologies Used

  • Backend: Node.js, Express, MongoDB (deployed on Render)
  • Frontend: React, Redux (deployed on Vercel)

Getting Started

Prerequisites

  • Node.js
  • npm
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/Y-Shivansh/Task-Management.git
  2. Navigate to the project directory:

    cd productive-management
  3. Install backend dependencies:

    cd backend
    npm install
  4. Install frontend dependencies:

    cd ../frontend
    npm install

Running the Application

  1. Start the backend server:

    cd backend
    npm start
  2. Start the frontend server:

    cd ../frontend
    npm start
  3. Open your browser and navigate to http://localhost:3000 to see the application in action.

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.

๐Ÿ“ž Contact

For any queries, reach out at:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages