Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 640 Bytes

Weather App Website Using React Vite

Simple Weather app with the used of weatherapi.com for API

WeatherWebsite.mp4

Set up and test run in your local device.

  1. Download the project

    Open a terminal and cd to the directory where you want to clone the project repository, then copy-paste the commands below in the terminal command line.

    git clone https://github.com/NelTeano/My-Weather-Website.git
  2. Install Dependencies and run it

      npm install
      npm run dev