Skip to content

lucaschrng/react-todo-list

Repository files navigation

React TODO List

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.

Technologies Used

Installation

To install the dependencies, run the following command:

npm install

To start the app, run the following command:

npm run dev

Explore the project

If you want to try out the app, you can visit the following link: https://react-todo-list-bice.vercel.app/

Usage

To make a task important, click on the exclamation mark icon.