Your personal virtual bookshelf app
This app features all the latest tools and practices in mobile development!
- ⚛️ React Native — A lib that provides a way to create native apps for Android and iOS
- ⚛️ Expo — Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React
- 📚 Google Books API — the Google Books API, your application can perform full-text searches and retrieve book information, viewability and eBook availability
- Clone this repo using git clone
https://github.com/joaovamattos/bookshelf.git
- Move yourself to the appropriate directory:
cd bookshelf
- Run
yarn
to install dependencies - Create a
.env
file and add the your Google Books API key in API_KEY field (see more about in the docs) - Run
yarn start
to run the server - Scan the QR Code with your
Expo Go
app
This project is licensed under the MIT License - see the LICENSE page for details.