Skip to content

mantasoff/weatherReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weather React App

This is a simple weather app that was built on the React framework.

To run it the app:

  1. Clone or Download the repository;
  2. Get an API key from https://openweathermap.org/api;
  3. By default, I used to keep the API key in the src/keys/apiKey.js. Add the key either to the same file, or change the directory in the WeatherList.js file.
  4. After adding the key, use the standard npm start command.
  5. To view the app, go to http://localhost:3000;

The app was created on the create-react-app boilerplate, so it may have some not needed modules.

Just to reiterate, this was created by an entry-junior level developer, so if you see any mistakes, just do a quick pull request. Appreciate it!

Piece!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published