Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 981 Bytes

README.md

File metadata and controls

55 lines (35 loc) · 981 Bytes

Orange Weather

A React web application using Accuweather and Google APIs.

Details

On the homepage, we have 7 Backgrounds, which we use depending on the weather.

  • Thunderstorm
  • Drizzle
  • Rain
  • Snow
  • Atmosphere
  • Clear sky
  • Clouds

Built With

Prerequisites

  • Node.js
  • NPM

Installing & Local Development

npm install

  • create a file with .env name .
  • open .env_sample file and copy its content to .env file.
  • replace your keys with sample keys.

npm start

Navigate to http://localhost:3000/.

Build

Run npm run build to build the project. The build artifacts will be stored in the build/ directory.

Contributors

Mina Hosseini Moghadam

Screenshots

  • Home

home

home

  • Search

search