Skip to content

geeta196/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple Task Manager built with React, HTML, CSS, and JavaScript.
This project allows you to add, edit, and manage tasks with a clean and interactive interface.

Features

  • Add new tasks dynamically
  • Delete tasks
  • Mark tasks as completed
  • Filter tasks: All, Completed, Pending
  • Responsive design

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

Folder Structure

TaskManager/ │ ├── public/ ├── src/ │ ├── components/ # React components │ ├── App.js │ ├── index.js │ └── index.css ├── package.json └── README.md

Installation

  1. Clone the repository:
git clone https://github.com/geeta196/Task-Manager.git
Navigate to the project directory:

bash
Copy code
cd Task-Manager
Install dependencies:

bash
Copy code
npm install
Start the development server:

bash
Copy code
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published