Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.15 KB

Find Me Beer

This is my first React app!! I have created it as a Hacktoberfest project to get some experience working with APIs.

The idea behind the site is to take a location from the user and return a list of nearby breweries and their relevant info. This is done using the Open Brewery DB API found here: https://www.openbrewerydb.org/.

Netlify Website GitHub contributors

Usage

This is built using the create-react-app boilerplate. You can view all the related documentation in the REACT_APP_README.md file.

Contributing

This is largely a personal learning project, but feel free to ask to be assigned to any open issue. If you wish to take this in your own direction, I encourage you to fork this repo.

ToDos

  • Remove fluff and change to SPA
  • Replace whitespace with '_' for API compatibility
  • Fix text spacing within cards
  • Make input field and button pretty