🎉👯👻
A small little project using a beer API to with a searchable text field to make requests to the punk beer API with Bulma css for styling.
- clone this repo
- cd beanReact
- npm i
npm run startoryarn start- profit?
git checkout tags/0.0-starterState- index.html set up
git checkout tags/1.0-beerList- creating the beerList component
git checkout tags/1.1-beerInState- adding beer from the api to state
git checkout tags/1.2-beerListWithSearchBar- adding a search bar which searches for new beers
git checkout tags/1.3-loadingStates- adds a loading state to the search bard
git checkout tags/1.4-componentized- breaks all items into smaller components
git checkout tags/1.5-routeredIt- adds react router
git checkout tags/1.6-navBuilt- build a nav with
isActiveusing react router
- build a nav with
git checkout tags/1.7-favouriteFunctionality- favouriting beers and showing them
git checkout tags/1.8-favouriteList- favourte List component
git checkout tags/2.0-reduxStarterState- hooked up provider, and store
git checkout tags/2.1-searchInActions- search input actions moved to redux
git checkout tags/2.2-search input connected- search input and ajax actions moved to redux/thunk
git checkout tags/2.3-favouriteRedux- favourite actions moved to redux
git checkout tags/2.4-loadMoreButton- load more button added
git checkout tags/2.5-signleBeer- singleBeer route