A simple weather dashboard
For this project, you need to register to WeatherAPI and get an API key. You can do this by following the instructions on the WeatherAPI website.
After you have registered and got an API key, you need to create a .env file in the root directory of the project and add the following line:
VITE_WEATHER_API_KEY=your_api_key
After you have added the API key, you can run the project by running the following command:
npm run dev