Skip to content

0904-mansi/prep-project-22.NOV.PREP.2

 
 

Repository files navigation

MLH Prep Project

Over the next 2 weeks, you'll be building a React App that works with various APIs (Application Programming Interfaces) that talk to different data sources to do cool stuff.

We're using the OpenWeather API to get weather data on different cities. Your challenge over the next 2 weeks is to build out this website and add even more functionality to it. At the moment, it displays basic information about a location when you type it in. Check out Issues for some more ideas!

You'll need to get your own API Key from their website (for free) and add it as an environment variable in a .env file. We have a template available as example.env.

You'll be using React initially to build this. If you're new to React, check out the website for some information on getting started!

Setup Instructions

To setup and run the project locally:

  1. Download and install Node.js & npm
  2. Fork and clone the repository
  3. Install the Yarn package manager with npm install --global yarn
  4. Rename example.env file to .env and put your API keys here.
  5. Run the app with yarn start.
  6. The default will be opened on localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • CSS 26.5%
  • HTML 7.3%
  • Shell 0.5%