Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merv-e/my-reads
Course project for Senior Frontend Developer course. For more info : https://github.com/udacity/nd0191-c1-myreads . You can check the demo version with the link below:
https://github.com/merv-e/my-reads
book books shelf
Last synced: 1 day ago
JSON representation
Course project for Senior Frontend Developer course. For more info : https://github.com/udacity/nd0191-c1-myreads . You can check the demo version with the link below:
- Host: GitHub
- URL: https://github.com/merv-e/my-reads
- Owner: merv-e
- Created: 2023-11-27T19:12:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-09T17:17:51.000Z (11 months ago)
- Last Synced: 2024-04-15T01:58:01.715Z (7 months ago)
- Topics: book, books, shelf
- Language: JavaScript
- Homepage: https://my-booooks.netlify.app
- Size: 674 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-Reads
## Overview
My-Reads is a React-based web application that allows users to discover, search, and manage their book collections. Whether you're an avid reader or just looking for your next read, My-Books provides a user-friendly experience to organize your reading list.
## Features
- **Search**: Easily find books by title, or author using our powerful search functionality.
- **Shelves**: Organize your books into custom shelves like "Want to Read," "Currently Reading," and "Read."## Getting Started
Visit [My-Reads](https://my-booooks.netlify.app) and start exploring your next favorite book. Create an account to save your personalized bookshelves and keep track of your reading journey.
## Screenshots
### Main Page
![Main Page](./src/assets/screenshots/main-page1.png)On the main page, users can view their books and shelf information.
### Search Page
![Search Page](./src/assets/screenshots/search-page.jpg)On the search page, users can easily search for new books.
## Technologies Used
- [React](https://reactjs.org/)
## Important Note
The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in [SEARCH_TERMS.md](https://github.com/udacity/nd0191-c1-myreads/blob/main/SEARCH_TERMS.md). That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.