Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush259/good-books
Good Books is a simple React application that recommends books based on the selected genre. This is my second React application and I'm thrilled to share it with the community!
https://github.com/aayush259/good-books
Last synced: 9 days ago
JSON representation
Good Books is a simple React application that recommends books based on the selected genre. This is my second React application and I'm thrilled to share it with the community!
- Host: GitHub
- URL: https://github.com/aayush259/good-books
- Owner: Aayush259
- Created: 2024-04-17T18:39:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:06:02.000Z (7 months ago)
- Last Synced: 2024-04-18T19:55:21.094Z (7 months ago)
- Language: JavaScript
- Homepage: https://aayush259.github.io/Good-Books/
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Good Books
## Overview
Good Books is a simple React application that recommends books based on the selected genre. This is my second React application and I'm thrilled to share it with the community!## Features
- **Genre Selection**: Users can select a genre to see the recommended books.
- **Book Recommendations**: The app recommends two books for each genre along with their ratings.## Installation and Setup
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install the required dependencies using `npm install`.
4. Start the application using `npm start`.## Dependencies
- React
- CSS## Contributing
Pull requests are welcome.