Weather app built with React and the Open Weather API
- MUI
- Redux Toolkit
- Framer Motion
- Vitest
- ESLint
cd cloudnine
npm i
npm run devTo run this project, you will need to add the following environment variables to your .env file
VITE_WEATHER_API_URL = 'https://api.openweathermap.org/data/2.5'
VITE_WEATHER_API_KEY = YOUR_API_KEY_HERE