This is a simple todo application built using React and Material-UI. The app allows you to create, delete, and edit your todos. The todos are categorized into three categories: Work, House, and Other. You must select a category when creating a new todo.
To create a new todo, click on the "Add New Todo" button and enter the details, including the todo description and category. To delete a todo, click on the "Delete" button next to the todo you want to delete. To edit a todo, click on the "Edit" button and make the necessary changes.
Clone the project
git clone https://github.com/ruskyvisky/react-todo-app
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start