Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 710 Bytes

Pie of the Day!

Screenshot of the app

Live DEMO

Features

  • Shows the Pie of the Day from API call
  • The results are paginated and limited to 5 per page
  • The results can be sorted by price
  • Search, price sort and pagination can all be used at the same time

Libraries used

  • Material-UI
    • This design framework was used so that I don't have to style everything myself.
  • Mapbox GL
    • This map service was used over Google Maps to give a nicer look and feel to the app.
  • axios
    • This framework was used to make HTTP calls