Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 500 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 500 Bytes

To Do List

Simple to do list for adding, marking and removing tasks to accomplish. Hosted at https://dorukkantarcioglu.github.io/to-do-list/.

Features

Set up using Create React App, via npx create-react-app to-do-list. Utilizes PrimeReact UI library for React. Components used include Button, InputText and Toast. Makes use of the local storage to ensure that list items persist regardless of page refresh/closure. Deployed to GitHub Pages for convenient hosting, via npm run deploy.