This is a simple TODO list app built with React. You can add, delete and search for tasks. You also have the ability to create an important task that will always appear on top of the list. For the search functionality, I used Fuse.js to allow fuzzy searching. To store the tasks, I used localStorage and the Context API.
To install the dependencies, run the following command:
npm install
To start the app, run the following command:
npm run dev
If you want to try out the app, you can visit the following link: https://react-todo-list-bice.vercel.app/
To make a task important, click on the exclamation mark icon.