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
- Host: GitHub
- URL: https://github.com/alexandrabaturina/to-do-list-exercise
- Owner: alexandrabaturina
- Created: 2021-04-28T21:25:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:46:22.000Z (about 4 years ago)
- Last Synced: 2025-02-14T20:38:32.766Z (4 months ago)
- Topics: crud-operations, jsx, react, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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.