Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)