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.
- 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
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
If you have any questions, feel free to contact me at walusimbisilver90@gmail.com.