Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanbrewster/react-to-do-list
React "To Do List" with local storage.
https://github.com/duncanbrewster/react-to-do-list
css localstorage react reacthooks todolist
Last synced: 7 days ago
JSON representation
React "To Do List" with local storage.
- Host: GitHub
- URL: https://github.com/duncanbrewster/react-to-do-list
- Owner: DuncanBrewster
- Created: 2021-11-09T21:35:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T23:43:28.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T10:26:14.513Z (5 months ago)
- Topics: css, localstorage, react, reacthooks, todolist
- Language: JavaScript
- Homepage: https://duncan-to-do-list.netlify.app/
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![To-Do-List Photo](https://user-images.githubusercontent.com/87501964/152047973-d28e6a53-88d5-467b-90bd-b918b83d0fae.PNG)
# [react-to-do-list](https://duncan-to-do-list.netlify.app/)
A To Do List React application with dynamic features and local storage. This project is currently hosted on [Netlify](https://duncan-to-do-list.netlify.app).
## Features
* Enter tasks to add to your To Do List
* Check off completed tasks or remove them from your list
* Sort through your To Do List with 3 different categories: All, Compeleted, and Incomplete
* Includes local storage so your To Do List items do not dissapear if you close or refresh your page.
* Is mobile and desktop friendly## Installation
1. Clone the repository to your computer.
```bash
git clone https://github.com/DuncanBrewster/react-to-do-list.git
```2. To view the project locally, navigate to the project folder and open the `index.html` file in a web browser.
## Tools
This project:
* was built with **React**.
* is styled with **CSS**.
* hosted on [Netlify](https://duncan-to-do-list.netlify.app).