This is my solution for climatempo challenge
-
frontend
- Vue 3
- TailwindCSS
-
backend
- PHP 8
git clone https://github.com/k4ik/climatempo-challenge.git
cd climatempo-challenge
cd frontend
pnpm install
pnpm dev
cd backend
# create an account on https://weatherapi.com
# access https://www.weatherapi.com/my/
# copy API Key and paste it in the .env file
cp .env.example .env
php -S localhost:8000
or access this link