Skip to content

milosrancic/reactjs-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS Weather App

View project

https://milosrancic.github.io/reactjs-weather-app/

Screenshot:

Weather-App.png

Technologies

HTML5, CSS3, JavaScript, ReactJS

Installation

  1. Fork/clone/download the repo and run npm install inside the folder.
  2. Run npm start.

This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.

needs to be done:

[] - ? API with flags of countries. Pull country flag based on location, place it next to the country name

[] - ? separate api calls in different component

[] - make temperature switching code DRY