Skip to content

A weather app done with React. Allows you to make a search for the current weather by simply typing "common knowledge" cities and save them to favourites on local storage.

Notifications You must be signed in to change notification settings

larry-noriega/simplest-weather-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpliest Weather React-App

Logo

A weather app done with React. Allows you to make a search for the current weather by simply typing "common knowledge" cities and save them to favourites on local storage.

Utilises OpenWeatherMap API for weather data and OpenWeatherMap Icons were replaced for Weather Icons pack from @erikflowers project.

For drawing UI Semantic UI React was also used in this project.

To run these project

You can run this project on your local machine. Just pull it down and do the following:

  1. Clone this repo:
git clone https://github.com/larry-noriega/simplest-weather-react-app.git
  1. Fill the config.js file with an auth API from Weather API oficial site. and... command line this mate:
  • cd weather-app-react
  • Install node packages npm install
  • Run it locally npm start
  1. Go live on http://localhost:3000

Features:

Running tests

There are couple of simple tests in App.test.js done with Jest + Enzyme. For testing command line again these pal:

  • npm run test

IMPORTANT: Bug Fixes

Disclaimer

Common issue:

Right clicking the file and opening in Chrome will not work 🙄.

Logo

  • This project uses this template to bootstrap a react app.

    • Create React apps with no build configuration.

Learn More about React and its common issues

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

A weather app done with React. Allows you to make a search for the current weather by simply typing "common knowledge" cities and save them to favourites on local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published