Skip to content

A Task Manager application created using React and Vite, allowing users to manage tasks with features like adding, editing, and deleting tasks, along with task status and due date management.

Notifications You must be signed in to change notification settings

Ramkumar6813-git/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# React + Vite # Task Management App ## Description A React-based task management application that allows users to add, edit, and delete tasks. The tasks are stored in the browser's local storage, ensuring persistence even after page refresh.The application utilizes context API for state management, making it scalable and easy to maintain. ## Features - Add new tasks with a task name, status, and due date. - Edit existing tasks. - Delete tasks. - Tasks are persisted in local storage. - Simple user interface created using Bootstrap for styling. ## Project Structure - `TaskContext.js`: Contains the context and provider for managing tasks. - `TaskForm.js`: A form component for adding and editing tasks. - `TaskList.js`: Displays the list of tasks. - `TaskItem.js`: Represents individual task items within the task list. - `App.js`: The main application component that integrates all other components. # Task-Manager

About

A Task Manager application created using React and Vite, allowing users to manage tasks with features like adding, editing, and deleting tasks, along with task status and due date management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published