MLH-Fellowship / prep-project-22.AUG.PREP.2

MLH Prep Project for Pod 22.JUL.AUG.2
https://prep-22-aug-prep-2-project.netlify.app/
MIT License
3 stars 13 forks source link

Hack2gether Weather

Hack2gether Weather is an app built using React which displays the weather of any location in the world.

This was made possible by the efforts of everyone in Prep Fellowship pod of August 2022 batch, "Hack2gether"

Folder Structure

└───public
    ├───images
    ├───weather
    ├───index.html
└───scripts
└───src
    ├───assets
    ├───components
    ├───hooks

Tech Used

Steps for setting up the API key for openweathermap To generate an API key for openweathermap, register on openweathermap: https://home.openweathermap.org/api_keys Rename example.env to .env and put your API key in between single quotes to the right of the REACT_APP_APIKEY variable

Live website

You can try out the site either at Netlify or GitHub Pages

Features

Installation & Development

  1. Fork and clone the repository
  2. Ensure Node and NPM are installed on your system with node -v and npm -v
  3. cd into the project folder
  4. Install the dependencies with npm install
  5. Start the development server with npm start
  6. Build the project for production with npm run build

More documentation on the scripts can be found here.