Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wryonik/books-nation
A Book finding React-based web app.
https://github.com/wryonik/books-nation
hacktoberfest reactjs
Last synced: 5 days ago
JSON representation
A Book finding React-based web app.
- Host: GitHub
- URL: https://github.com/wryonik/books-nation
- Owner: wryonik
- Created: 2020-05-25T14:05:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T15:12:48.000Z (over 2 years ago)
- Last Synced: 2023-03-03T13:48:42.672Z (almost 2 years ago)
- Topics: hacktoberfest, reactjs
- Language: JavaScript
- Homepage: https://wryonik.github.io/books-nation/#/
- Size: 5.38 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books Nation
> A Book finding react based web app.
A working example is hosted at: [Books Nation](https://shubhamgupta2956.github.io/books-nation/)
A book finder web app to help peoples find the content of their taste during this quarantine period. This web-app uses
ReactJS framework for frontend and [Google Books API](https://developers.google.com/books/docs/v1/getting_started)
for fetching the results. Apart from this, it uses SASS preprocessor for writing efficient CSS.![alt text](./Screenshots/app.gif)
## Contents
1. [Installation](#installation)
2. [Available Scripts](#available-scripts)
3. [Usage](#usage)## Installation
1. Make sure `npm`, `git` is installed in your system.
2. Clone this repo by `git clone [email protected]:shubhamgupta2956/books-nation.git` in terminal.
3. Go into the repo dir by `cd ./books-nation` and run `npm install` to install all the dependencies.
4. Last, but not least, type `npm start` to run the app locally.## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Usage
The webapp is ready to use once after you had completed all the installation and setup instructions. It has a basic interface
with a searchbar and options for filter and sorting the result.---
Made with **khoon**, **paseena** and **love** `:-)` byShubham ([wryonik](https://github.com/wryonik))