The project involves migrating and renewing the app service, which ranked 5th in the Play Store Communications and had 20,000 downloads, into a web service.
October 2024
September 2024
August 2024
Jun 2024
May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
July 2023
February 2023
December 2022
Before declaring the interface, I defined and used the prop type in the function.
After declaring the interface, I moved the prop type for better readability.
2022-11
The logic for the input tag where users enter data was being repeated a lot. After discussing with a team member how to reuse this logic, I created a custom hook to simplify things.
I created a custom hook called ‘useInput’, which removed the repetitive logic from both the membership and login pages, making the code much easier to read.