stenowtf / brewcat

BrewCat is a simple catalog to browse and find new beers from the BrewDog brewery.

Home Page:https://brewcat.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrewCat

Welcome! 🙂

BrewCat is a simple cat alog (see what I did here?) to browse and find new beers from the BrewDog brewery.

It uses React (hooks!) as the main technology together with some other great piece of software:

  1. EasyPeasy for state management
  2. React Router for routing
  3. Tachyons for styling

The project is available on Netlify at https://brewcat.netlify.com, but if you like you can run it on your machine as well.

To do so, first you must clone the project and install its dependencies:

  1. git clone git@github.com:stenowtf/brewcat.git
  2. cd brewcat
  3. npm install

After that you can see the results:

  1. npm run dev
  2. Open http://localhost:3000/ on your favourite browser

Enjoy!

About

BrewCat is a simple catalog to browse and find new beers from the BrewDog brewery.

https://brewcat.netlify.com

License:MIT License


Languages

Language:JavaScript 98.8%Language:HTML 1.2%