swalusimbi / react-todo-list

A react todo list built with vite.

Home Page:https://swalusimbi.github.io/react-todo-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 walusimbisilver90@gmail.com.

About

A react todo list built with vite.

https://swalusimbi.github.io/react-todo-list/


Languages

Language:JavaScript 43.3%Language:CSS 40.2%Language:Dockerfile 9.9%Language:HTML 6.6%