Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 710 Bytes

Simple TODO App

This is a simple TODO app that allows you to add, edit, and delete tasks. It also allows you to mark tasks as complete. The data is stored in the local storage so that the data does not disappear even if you close the browser. The app is built using React and SASS. The app is deployed on Github Pages and can be accessed here.

Libraries Used

Font Awesome was used for the icons. The library can be found here. Sass was used for styling. The library can be found here.

How to Run

To run the app, clone the repository and run the following commands:

npm install

npm start