A todo list application made in React.js for learning purposes.
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/your-username/todos-listus.git cd todos-listus
-
Install dependencies:
npm install
To start the development server, run:
npm run dev
This project is a simple todo list application built with React.js. It includes features such as:
- Adding, editing, and deleting tasks
- Categorizing tasks
- Setting deadlines for tasks
- Storing tasks in local storage