Design comparison
SolutionDesign
Solution retrospective
Hello everyone! I'm Nghi and this is my solution for calculator app challenge
⚙️ Calculator functionality:
- Perform any operation (+ , -, *, / ) on a chain of numbers of any length as well as decimal numbers. (execute formula logic)
- Change theme
🔨 In this project, I use :
- ReactJS
- Nextjs
- TailwindCSS
❓Need help
I have added transition for the slide_button on Header section, however, it does not work on the first render, I still do not know the reason as well as still try to find the way to fix it. I really appreciate for any suggestions to fix this bug.
.slide_button {
...
transition: all 0.5s ease;
}
✨Appreciate all your feedbacks and suggestions to improve my project in the future 🌟
Thank you all 🙏🏼
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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