This is a React App that shows the weather for a chosen location. The application design is inspired in neumorphism and there are some animated raindrops on the background image (only for desktop due to the used library).
Check an screenshot below:
Demo: https://renantkn-weather.vercel.app/
yarn install
yarn start
# or if you prefer npm
npm install
npm start