Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 395 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 395 Bytes

Coding Task - Weather App using Next.Js

Hussein Karaki

First clone the project

git clone https://github.com/HusseinKaraki99/weather-app.git 

Install node_modules

npm install 

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 .

packages used:

  • Axios