Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.19 KB

This is the code for my web portfolio: www.jasonyangdev.com This is build with React JS and Contentful along with numerous other API's for the "fun code snippet" section

Fun Code Snippets

https://www.jasonyangdev.com/#code-snippets This section consists of 4 custom components (planning to build more) for experimental and learning purposes as well as to challenge myself to build something interesting/fun.

Bill Spliiter

  • Custom build that will help calculate how much each person owes at the end of dinner.
  • Add as many people as you like to split bills.
  • Add items that the person ordered.
  • Adjust Tax and Tip percentages.

Giphy

  • Dynamic asynchronous requests to get GIFs of the entered search term
  • Hooks into giphy API to get GIFs

Weather

  • Hooks into Open Weather API to get dynamic weather data for LA area.
  • Parses the weather and use Open Weather Icons to display flat icons for current weather conditions.

Movie API

  • Real-time dynamic movie data fetched from The Movie DB.
  • Parse movies data and display responsively.