Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.35 KB

Brewpub

Brewpub is an application where users can see curated pairings of beer and books. Users can rate pairings and seee featured pairings.


brewpub

Table of Contents


## Demo
* Create a dummy account to browse the app
* Or use email: test@test.com / password: test

## Features

* Browse previosuly rating pairings and Brews of the Week
* Rate Book and Beer Pairings
* Authentication using JSON web tokens and bcrypt
* State management with redux

## External
> Libraries and APIs used within the application
* [React Native](https://facebook.github.io/react-native/)
* [React Native Star Ratings]https://github.com/djchie/react-native-star-rating)
* [Redux](https://redux.js.org/)
* [Node](https://nodejs.org/)
* [JSON Web Token (JWT)](https://jwt.io/)
* [Express](https://expressjs.com/)
* [Bcrypt](https://www.npmjs.com/package/bcrypt)


## To-dos/ in progress
* Search for pairings via books, beers, and users
* Add following user feature
* Add intelligence to pairing recommendations
* Users can see what they have rated versus what they have not
* User can change email, password, and image
* Populate DB with additional content
* UI Animations

---