Skip to content

online-edu/react-weather

Repository files navigation

Weather app (ReactJS)

A simple weather app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML, and JavaScript, and building tool is Create React App(Webpack).

Demo

Visit https://online-edu.github.io/react-weather

Run app locally

  1. Install NodeJS
  2. Install any good IDE of your choice e.g. Visual Studio Code
  3. Launch VS Code and open this project (after either by cloning or downloading)
  4. Open terminal (if VS Code Ctrl-backtick)
  5. Install dependencies:
    1. App dependencies - npm install or yarn install
  6. Run the app
    1. Serve - npm start or yarn start
    2. Visit - localhost:3000
  7. Build the app
    1. Build - npm run build or yarn build
    2. Check ./build folder

Enhancement

  • City search
  • Temprature variation
  • Redux/MobX
  • Error handling

About

Simple weather app built using React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published