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.
Font Awesome was used for the icons. The library can be found here. Sass was used for styling. The library can be found here.
To run the app, clone the repository and run the following commands:
npm install
npm start