In under 12 hours, I created an MVP for a skincare app that gives you personalized recommendations based on the UV real time data so people can take care of their skin.

It started like a weather app but then naturally transitioned to this idea

So I knew I needed an open API to get real time weather data and I decided to go with Openweather’s API.

I created an account and got my API key

Screenshot 2024-11-30 at 12.58.08 PM.png

Also one of the features I wanted to have is to be able to search for a location and have the map of that specific location so again I decided to use an open source service, in this case for the map I used OpenStreetMap

Screenshot 2024-11-30 at 1.00.22 PM.png

With these accounts created let’s go build this thing.

I created an account on Bolt.new to help me write the code and an account on Vercel.io to deploy the application to the web.

These tools make everything so easy and fast.