Myfit App
Project Link
https://myfit-app.netlify.app/
A Korean online clothing store asked me to create a web app that recommends perfect products to its customers according to their body size and current weather.
To achieve that, I constructed the app to take the user’s body measurements, size, and current location/weather to recommend the perfectly fitting product.
What I Did Throughout This Project
- Led the entire process of design and development of the app including Front-end and Back-end server and database development.
- UI / UX Design and detailed function and structure design for React web app.
- Familiarizing myself with the concept and flow of OAuth2.0.
- Setup Node.js backend server and deploy it on AWS to perform OAuth flow and redirect to frontend server with a valid Access token.
- Setup AWS RDS (MySql) to store and retrieve the Access token and Refresh token.
- Create a functioning Webapp using React and deploy it on the Netlify server.
- Successfully rewrite the proxy settings in the Netlify Front-end server to avoid CORS errors when sending API request to Cafe24 (The online store’s hosting website)