Skip to content

ruslanzharkov/react-basic-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Simple Weather App

Application use api for render cities weather and created by facebook CRA. See more https://github.com/facebookincubator/create-react-app

Picture example

image

package.json structure

{
"name": "react-weather",
"version": "0.1.0",
"private": true,
"dependencies": {
  "bootstrap": "^3.3.7",
  "bootswatch": "^3.3.7",
  "react": "^16.0.0",
  "react-bootstrap": "^0.31.3",
  "react-dom": "^16.0.0",
  "react-scripts": "1.0.14"
},
"scripts": {
  "start": "react-scripts start",
  "build": "react-scripts build",
  "test": "react-scripts test --env=jsdom",
  "eject": "react-scripts eject"
}
}

Instalation Guide

  • git clone
  • cd react-basic-weather-app
  • npm install
  • npm start

Then go to http://localhost:3000/ and see results