Simple WebApp to save your favorites books.
- Search any book, powered by Google Books API.
- Save your favorites books.
- Show details about your favorites books.
# Clone this repository
$ git clone https://github.com/juanbelieni/bookeep.git
# Go into the repository
$ cd bookeep
# Install dependencies
$ npm install
# or
$ yarn
# Run with NPM
$ npm start
# or Yarn
$ yarn start
- Fork the Project
- Create your Feature Branch:
git checkout -b feature/your-feature
- Commit your Changes:
git commit -m 'Add your-feature'
- Push to the Branch:
git push origin feature/your-feature
- Open a Pull Request
Twitter: @juanbelieni | Email: [email protected]