Skip to content

k4ik/climatempo-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Clima Tempo

This is my solution for climatempo challenge

Technologies

  • frontend

    • Vue 3
    • TailwindCSS
  • backend

    • PHP 8

How to run this project

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