A simple weather app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML, and JavaScript, and building tool is Create React App(Webpack).
Visit https://online-edu.github.io/react-weather
- Install NodeJS
- Install any good IDE of your choice e.g. Visual Studio Code
- Launch VS Code and open this project (after either by cloning or downloading)
- Open terminal (if VS Code
Ctrl-backtick) - Install dependencies:
- App dependencies -
npm installoryarn install
- App dependencies -
- Run the app
- Serve -
npm startoryarn start - Visit -
localhost:3000
- Serve -
- Build the app
- Build -
npm run buildoryarn build - Check
./buildfolder
- Build -
- City search
- Temprature variation
- Redux/MobX
- Error handling