Skip to content

A React application which lets you search for beers, using the Brewdog Punk API.

Notifications You must be signed in to change notification settings

angaaruriakhil/punk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Punk API

A React application built during week 7-8 of my software development course at _nology.

This application allows you to search for and filter for your favorite Brewdog beers. It uses the Brewdog Punk API.

This was an exercise in understanding component hierarchy in React and passing down state and functions as props.

Responsive on PC and Mobile.

Instructions

Enter your desired beer's name into the Search box.

Click a filter checkbox to apply it if desired.

Languages/Frameworks Used

  • React
  • HTML 5
  • CSS 3/SCSS
  • Javascript ES6