Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.05 KB

Modern React Weather App

Minimalistic weather app that displays weather forecast for 7 days for selected city. Created as small team project with goal of using lates React trends, creating complex animations and transitions from scratch, and improving overall teamwork and knowledge.

DEMO

Video Example

Desktop

Example Video

Mobile

Example Video

Instructions:

1. npm install

2. Create account Open Weather Map

3. Create .env in root folder nad add your OpenWeather API Key

REACT_APP_WEATHER_API_KEY=

4. npm start

Deploy to Github Pages:

npm run deploy -- -m "Commit message"

Note: The current code in your local will be deployed, regardless of if the changes are comitted or not.