An app that utilises an API built upon Project Gutenberg's database for browsing PG's catalogue.
You can check live demo here.
- The app uses an API built upon Project Gutenberg's database to provide the user with access to the PG database. Full documentation of the API can be found here.
- At start, the app downloads the list of books available in the database. The user can jump between pages and manually search for something to read or use filters to narrow down the criteria of the books he/she is interested in (e.g., the user can search for the books of a given author or with a certain word in the title).
- When the user finds a book he/she is interested in, it can be marked as a favorite.
- The app enables user to read books online.
Added in vs 1.4
-Migrated the project from CRA to Vite to improve safety and fix security vulnerabilities
Added in vs 1.3
- Navbar show & hide on scroll, which improves the UX on all mobile devices
- Custom scrollbar
Added in vs 1.2
- Smoother animations thanks to the use of the React Transition Group.
- Many minor improvements in styling.
Added in vs 1.1
- Added new search criteria that allow narrowing down search results further (e.g., search by book description, download range, and language in which the book was written).
- The list of favorite books is now stored locally, and the user can go back to it even if he/she closes the browser.
- Improved UI:
- Some of the search options that have fixed values have been replaced by a drop-down list.
- Animated form with search criteria that appears only on the user's click.
- Button for deleting all entered search criteria.
- Counter for monitoring the number of user's favorite books and a button for deleting all at once.
- The 'jump to top' button and 'jump to the top after load' functionality.
- Fixed issue with pagination input.
- Improved RWD for all devices.
- Improved styling of the whole app.
- And many more smaller improvements.
You can either choose from books downloaded at the app's start up
or narrow down criteria to find something specific.
To run this project locally:
1.Clone this repository
$git clone https://github.com/noszczykmichal/book4u
2.Go into the repository
$cd book4u
3.Install dependencies
$npm install
4.Start the development server
$npm start
The project is finished, but from time to time, I might add some new features.
Created by @noszczykmichal - feel free to contact me!