Web app for comparing today's weather to yesterday. Explore at https://relative-weather.vercel.app/
First setup your repo using yarn:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.