Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

React Todo App

This is a simple Todo application built using React.js. It allows users to manage their tasks effectively with features such as adding, deleting, and marking tasks as complete.

Installation

  1. Clone the repository: git clone https://github.com/RajaCS5x/ToDo.git
  2. Navigate to the project directory: cd todoApp
  3. Install dependencies: npm install
  4. Start the development server: npm run dev
  5. usage of application: Open your browser and go to http://localhost:5173/ to view the app.

Features

  • Add Task: Users can easily add tasks to the list by typing in the task description and pressing enter or clicking the add button.

  • Delete Task: Tasks can be deleted by clicking on the delete icon next to each task.

  • Mark as Complete: Users can mark tasks as complete by clicking on the checkbox next to each task.

  • Notification: Utilizes React Toastify library to display notifications for task actions such as task added, deleted, or marked as complete.

Technologies Used

  • React.js: A JavaScript library for building user interfaces.
  • React Hooks (useState): Used for managing state within functional components.
  • React Toastify: A library for adding notifications to your React app.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages