A simple weather app built with React.
- Weather Forecast API is retrieved from https://open-meteo.com/en/docs/
-
react-router-dom: A React routing library for the React JavaScript library.
-
tailwindcss: A utility-first CSS framework package.
- run
nvm install 14.18.0
- run
nvm use v14.18.0
-
Clone this repo
git clone git@github.com:tcssh611503/weather.git
-
cd weather
-
run
yarn install
- run yarn dev
- run yarn build
https://tcssh611503.github.io/weather/
Released under the MIT License.