Simple React app for search and read books from Project Gutenberg.
https://gutenberg-books-app.herokuapp.com/
Client:
Server:
- Discovering/Filtering books
- Marking books as favourite
- Reading books possibility
Clone the project
git clone https://github.com/taczhed/gutenberg-books-app.git
Go to the project directory
cd gutenberg-books-app
Install dependencies
npm install
Start the server
npm start