React TODO app
Technologies used in the project
A pet project that every developer has to make in his/her life. The humble TODO app. 😀
Mine was implemented in React, using CSS-in-JS styling through the Emotion library.
Some notable features
- Storing TODOs in locally for each user
- Dockerized the application for both development and production
- Added CI/CD pipeline for deployment