This is a simple Todo List web application. It is a simple application that lets the user add tasks to their todo list, delete tasks from it, and check off completed task,. It is built with React.js.
Make sure you have these installed on your computer.
- Node.js
- ReactJS
Clone the project
git clone https://github.com/busuyi-omotosho/todo-app-react
CD into the project directory
cd todo-app-react
Install dependencies
npm install
Start the server
npm start