/TaskManager-Frontend

This is the frontend part of the TaskManager project integrated with Node RESTful api's, a simple Todo application built with React + Vite and Bootstrap.

Primary LanguageJavaScript

TaskManager Frontend

This is the frontend part of the TaskManager project, a simple Todo application built with React.

Features

  • Add new todo tasks with deadlines and track their status.
  • Display todo list in a clear table format.
  • Edit existing todo items directly within the table.
  • Delete todo items to clear your task list.

Technologies

  • Frontend: React
  • Backend: Node.js, Express
  • Database: MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/TaskManager.git
  2. Navigate to the project folder:

    cd TaskManager-Frontend
  3. Install dependencies:

    npm install

Usage

  1. Start the React app:

    npm start

The app will run on http://localhost:5173/

Authors