DiPA is a todo list built using React. You can create, edit and delete the tasks. The tasks are also stored in local storage, so they are still persisted even if the browser window is reloaded.
- Styled Components
- Bootstrap
- React Bootstrap
- Reactstrap
- React Icons
- Clone the repository
- Run
npm install
- Run
npm run start
ornpm start