Final Project for Hamburg Coding School
This is a React app that uses TailwindCSS for styling.
FEATURES:
- HomePage:
- Blog cards & Mapbox GL: the blog cards are from a component that is rendered by fetching data from a RestAPI we built using MongoDB.
- Menu Bar:
- Completed with all requested features.
- World Map:
- We used React Mapbox GL to integrate the Mapbox API. The map contains all requested features.
- Blog Post Detail:
- Created route with wildcard that uses params to pick up id and render the corresponding data. This page also has all requested features.
- Contact:
- Completed with all requested features.
BONUS:
We've completed the following bonus tasks:
- Map from blog post detail page
- Getting the data for the blog post from a RestAPI