Clock App created with React and SASS

Solution retrospective
It was my first time learning about and using react query. I was happy it did not take me long to use for my api fetches. I'm also feeling good about actually making the project work within a short amount of time. Things I would do differently would be the modal animations. I ended up using max-height transitions for it after trying other methods and failing, but ultimately I want to find a better solution for mobile devices since this method isn't the smoothest on them.
What challenges did you encounter, and how did you overcome them?My biggest challenge was finding a better solution for the modal animations. I spent an entire day trying to figure out how to optimize smoothness among all devices but I ended up having to concede for now and use a transition with max-height going from 0 to the set height I made.
What specific areas of your project would you like help with?If anyone knows how to create a modal with animations that is revealed and makes the content above move in a better way than I'm currently doing, I would greatly appreciate your feedback. Also, to give a little more context, I don't want the modal to be in position absolute since I want it to affect the content when it's revealed.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Alfonso Pruneda's solution.
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