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
Heroku link: https://books-away.herokuapp.com/
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.