###Project Details### Book Trader is a full stack JavaScript application built for the Manage a Book Trading Club Dynamic Web Application Project at Free Code Camp.
A running version of the app can be found at https://ecc-booktrader.herokuapp.com/
###User Stories### Fulfills the following user stories:
-
User Story: I can view books posted by every user.
-
User Story: I can add a new book.
-
User Story: I can update my settings to store my full name, city, and state.
-
User Story: I can propose a trade and wait for the other user to accept the trade.
###TL;DR###
- React Redux
- React Router
- ES6 and Babel
- Node/Express server
- JWT & Passport Auth
- Mongoose database control
- RESTful API
- Bootstrap and SASS styles
- Queries Google Books API
- React Masonry layout
- Bundled with Webpack
- Hot Module Reloading
git clone https://github.com/eeseesee/book-trader.git
- cd book-trader
- npm install
- npm start
- navigate to http://localhost:8080 in your browser of choice.