This is a solution to the Pomodoro app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- Set a pomodoro timer and short & long break timers
- Customize how long each timer runs for
- See a circular progress bar that updates every minute and represents how far through their timer they are
- Customize the appearance of the app with the ability to set preferences for colors and fonts
- Solution URL: [https://github.com/aleksFedotov/pomodoro-app]
- Live Site URL: [https://aleksfedotov.github.io/pomodoro-app/]
- Semantic HTML5 markup
- Flexbox
- Desktop-first workflow
- React - JS library
- Styled Components - For styles
Note: These are just examples. Delete this note and replace the list above with your own choices
Using Middleware on Redux-Toolkit to store settings in local storage
Progress bar using SVG
- Readux Toolkit Middleware - Redux Toolkit Docs about customizing Middleware
- Frontend Mentor - @aleksFedotov