Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/to-do-list-built-with-reactjs
To-Do list built to practice the basic features of React.js library. Other technologies used: JavaScript, HTML, CSS, ESLint, EditorConfig and localStorage.
https://github.com/elisa-amaral/to-do-list-built-with-reactjs
css eslint html javascript javascript-library localstorage react reactjs
Last synced: 4 days ago
JSON representation
To-Do list built to practice the basic features of React.js library. Other technologies used: JavaScript, HTML, CSS, ESLint, EditorConfig and localStorage.
- Host: GitHub
- URL: https://github.com/elisa-amaral/to-do-list-built-with-reactjs
- Owner: elisa-amaral
- Created: 2022-12-16T14:39:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T20:59:20.000Z (about 2 years ago)
- Last Synced: 2024-11-20T21:44:02.241Z (2 months ago)
- Topics: css, eslint, html, javascript, javascript-library, localstorage, react, reactjs
- Language: JavaScript
- Homepage: https://to-do-list-built-with-reactjs.netlify.app/
- Size: 406 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List built with React.js
This project is a to-do list built with React.js, it was developed with the purpose of practicing the basic features of React.js library. The user can add tasks, edit their description and delete them. The browser localStoage is used as the database.
## Project Website
https://to-do-list-built-with-reactjs.netlify.app/
## Project Demonstration Video
https://drive.google.com/file/d/1DmycVs-QIpP2hzLqbbqat6oQnOv8DeqA/view?usp=share_link
## Screenshot
![Screenshot](/public/assets/img/Screenshot.jpg)
## Technology Stack
+ React.js
+ JavaScript
+ HTML
+ CSS
+ ESLint
+ EditorConfig
+ Browser localStorage (database)