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

https://github.com/alexandrabaturina/to-do-list-exercise

React-based frontend for to-do list app
https://github.com/alexandrabaturina/to-do-list-exercise

crud-operations jsx react usestate-hook

Last synced: 2 months ago
JSON representation

React-based frontend for to-do list app

Awesome Lists containing this project

README

        

# To-Do List
## Overview
***To-Do List*** is a React-based frontend for to-do list app. It is built as programming exercise for [Front-End Development with React](https://executive-ed.xpro.mit.edu/front-end-development-react?utm_source=Google&utm_medium=c&utm_term=%2Bmit%20%2B%20react&utm_location=9033313&utm_campaign=B-365D_US_GG_SE_FREN_Brand&utm_content=MIT-Front-End-Development&gclid=Cj0KCQjwsqmEBhDiARIsANV8H3Y7VF1IsEfTGFApZ8oXItAFXl_Kjvnipt8rh6ji4XkwSCj-3m3z6tIaAnHGEALw_wcB) program.
The goal of this exercise is to practice with:
* ***useState*** hook
* JSX
* Components and props
* CRUD operations
## Features
***To-Do List*** app has the following features:
* Adding new to-do list items
* Reading to-do list items
* Removing items from to-do list

![image](https://user-images.githubusercontent.com/53233637/116622434-8c5a8e00-a8f9-11eb-8f32-2919ee416e0d.png)
## Getting Started
To run ***To-Do List*** app locally,
1. Clone this repo.
2. ```cd``` into project directory.
3. Run ```index.html``` on local server.