Skip to content

swalusimbi/react-todo-list

Repository files navigation

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].