Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 574 Bytes

Punk Beer API

Simple React APP to display data from Punk Beer API by using REST - https://api.punkapi.com/v2/beers.

Packages:

  • react 17
  • react-spinners - using while loading data

Custom

  • Custom Accordion component
  • Custom grid layout
  • Shine effect on image hover

Folder Structure:

  • Component/ - Where all components are exist. Each component should have own folder
  • Services/ - Work with services for handling/passing data GET/POST/PUT/REQUEST...
  • style.css - main styling file
  • utils/ - this is trash bin, for dummy data and etc.