Bookplorer is all about finding your favorite books, share them with your friends on social media or you can find online store selling them. It is backed by Google Books API. You can explore books with the help of volume or Author name. Made with Svelte and decorated with neumorphic design.
Latest: https://bookplorer.netlify.app
Prod (v0.9.1): https://bookplorer-mn5g9.ondigitalocean.app
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
Run the app with live reload
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
Below steps are just to synopsis. Make sure to look into CONTRIBUTING.md for detailed information.
develop
branch and your pull request title must contain [feat/bug]: your work short title
. Follow this guide https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github to know more.Bookplorer is an open source software licensed as MIT.