giovanniPepi / WeatherTS

Weather app using React + TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherTS

WeatherTS was developed as a challenge to add create a better application using React + Typescript a prior weather app project previously developed using vanilla JavaScript. Henceforth, it shall be named WeatherTS.

Live!

image

image

image

Installation

Use the package manager npm to install WeatherTS.

git clone git@github.com:giovanniPepi/WeatherTS.git
cd WeatherTS/
npm i 

Optionally it may need to be installed using --legacy-peer-deps flags instead of a normal npm installation:

npm i --legacy-peer-deps

Usage

npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Weather app using React + TypeScript

License:MIT License


Languages

Language:TypeScript 90.8%Language:CSS 8.8%Language:HTML 0.3%Language:JavaScript 0.1%