Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 831 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 831 Bytes

React-todo-list

This is a simple todo list application built with React and Vite.
It is basically for capturing what particular events you will be doing at a particular date.

Features

  • Add new actions to the to-do list
  • Mark tasks as completed
  • Delete marked tasks from the list
  • An action can not be added when the input bar is empty

Installation

Clone the repository:
  git clone https://github.com/swalusimbi/react-todo-list.git

Change into the project directory:
  cd react-todo-list

Install the dependencies:
  npm install

Start the development server:
  npm run dev

Acknowledgments

Contact

If you have any questions, feel free to contact me at [email protected].