/WeatherScope

WeatherScope, a Weather App Project

Primary LanguageTypeScript

Weather App Project

Weather App made by me with Typescript and React as a project for The Odin Project curriculum.

Project Pictures

weather-app-1 weather-app-2 weather-app-3 weather-app-4 weather-app-5

How to test it locally

First, download the repository into your machine:

git clone https://github.com/luc-silva/weather-app

Go to project directory:

cd /home/[user]/[location]/weather-app

Install dependencies:

npm install

And then, start your localhost server:

npm start

Plans

  • Add databse and login system

Credits