MLH-Fellowship / prep-project-march-2022

MLH Prep Project for January 2022
https://mlh-prep-march-2022.netlify.app
MIT License
8 stars 17 forks source link

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!

Contributing Guidelines

Commit Convention

Before you create a Pull Request, please check whether your commits comply with the commit conventions used in this repository.

When you create a commit we kindly ask you to follow the convention category(scope or module): message in your commit message while using one of the following categories:

If you are interested in the detailed specification you can visit https://www.conventionalcommits.org/ or check out the Angular Commit Message Guidelines.

IMPORTANT To commit the code, we have commitlint and commitizen configured in the project along with husky precommit hook.

To commit, simply run:

yarn commit

Creating a Pull Request


Creating API key for Food Recommendations:

Spoonacular API can be used for food recommendations

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!

Creating API key to enable Auto-Complete Feature for Cities:

Creating API key to enable Spotify Feature for weather: