Pomodoro app using react and tailwind-css

Solution retrospective
what do you think of my timer implementation with web workers? and how can you improve it?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Deeperr0
Firstly good job for completing the task. All I can suggest is that you remove the outline from the input field in the settings when changing the times I see you have tried doing that but for some reason it didnt work for me, so you can use
outline:none
instead<input class="w-1/2 bg-transparent text-sm font-bold outline-none focus-visible:outline-1" id="pomodoro" type="number" name="pomodoro"> Otherwise great work!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord