I built a web app using React, TailwindCSS, and Vite. The main goal was to dive into testing with React Testing Library and make sure everything works smoothly and reliably. Feel free to give me any feedback !
Latest solutions
Latest comments
- @caner404What are you most proud of, and what would you do differently next time?@Chayapol-c
This is the great work. It contains semantic HTML. The layout looks good although tip percent buttons grid does not same as the design. The code is modularized and contains some unit test and e2e tests too. You may refactoring this by extract the business logic like calculation to be a custom hook. Keep it up!