Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 989 Bytes

File metadata and controls

32 lines (25 loc) · 989 Bytes

Give A Book Away

Give A Book Away is an online platform for exchanging books. Here you can:

  • Create an account
  • Search for books in your area
  • Post books
  • Edit book information
  • View the approximate distance to the book you would like to pick up
  • Chat with other users

Deployment

Heroku link: https://books-away.herokuapp.com/

Local Installation

Clone the repo, then type:

npm install

After completing the installation, you can run the app by typing:

npm start

Keep in mind that this is only the front-end part of the project. To completely install the project, you also need to follow the instructions in the back-end repo.

Contributors