Spinomenal Assignment

Logo

A simple, responsive, web app in react that shows the weather of some city.

Demo

https://spinomenal-weather.vercel.app

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_API_KEY - The API key for AccuWeather

Run Locally

Clone the project

  git clone https://github.com/Sa-ar/Saar-Davidson-18-06-2023.git

Go to the project directory

  cd Saar-Davidson-18-06-2023

Install dependencies

  pnpm install

Start the server

  pnpm dev