Skip to content

A simple Task Planner web application built with React for planning tasks, including features like priority, category.

Notifications You must be signed in to change notification settings

PratikTomar/Task-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taskee Web App

A simple Task Planner web application built with React for planning tasks, including features like priority and category.

Features

  • Add tasks with priorities and categories
  • Edit existing tasks
  • Delete tasks
  • Filter and sort tasks based on priority and category
  • Used context API for state management.

Technologies Used

  • React
  • Node.js and Express (for the server)
  • CSS

Setup Instructions

Prerequisites

  • Node.js installed
  • NPM or Yarn installed

Installation

  1. Clone the repository:

    git clone https://github.com/PratikTomar/Task-Planner.git
  2. Navigate to the project directory:

    cd task-planner
  3. Navigate to the server to start the server by

    cd server
  4. Install dependencies of the server:

    npm install
  5. Make .env file and insert mongoDB URI and PORT

  6. Navigate to the client to start the client by

    cd client
  7. Install dependencies of the client:

    npm install

Running the App

  1. Start the server:

    npm start

The server will run on http://localhost:3001.

  1. Start the React app:
npm start
  1. The React app will run on http://localhost:3000.

  2. Open your browser and visit http://localhost:3000 to use the Task Planner.

About

A simple Task Planner web application built with React for planning tasks, including features like priority, category.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages