Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 988 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 988 Bytes

Bookeep

Simple WebApp to save your favorites books.

Screenshot

🎯 Features

  • Search any book, powered by Google Books API.
  • Save your favorites books.
  • Show details about your favorites books.

🔧 Installation

# Clone this repository
$ git clone https://github.com/juanbelieni/bookeep.git

# Go into the repository
$ cd bookeep

# Install dependencies
$ npm install
# or
$ yarn

🔭 Usage

# Run with NPM
$ npm start
# or Yarn
$ yarn start

📪 Contributing

  1. Fork the Project
  2. Create your Feature Branch: git checkout -b feature/your-feature
  3. Commit your Changes: git commit -m 'Add your-feature'
  4. Push to the Branch: git push origin feature/your-feature
  5. Open a Pull Request

✉ Contact

Twitter: @juanbelieni | Email: [email protected]