Skip to content

doulikecookiedough/fepractice_weather3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Practice Assessment

This project was bootstrapped with Create React App.

Requirements

This application was created for a practice-front-end assessment for Hatchways. It uses the OpenWeatherMap API to get weather data. In order to run this app, you'll need an API key. These are provided for free by creating an account at the Open Weather Map website.

Once you have an API key, add the key as the value for the variable REACT_APP_API_KEY in the .env located in the root directory of the project:

REACT_APP_API_KEY="YOUR KEY GOES HERE"

Running the App

To run the app in your local environment the command is npm start.

About

Practicing creating components and hooks in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published