Skip to content

lowesilvan/project-gutenberg-book-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gutenberg Books App

A simple React app to read and search books from Project Gutenberg API.

Table of contents

Overview

Gh-pages | Live Url: https://lowesilvan.github.io/Portfolio/

How to run app locally

git clone https://github.com/lowesilvan/project-gutenberg-book-app.git
cd project-gutenberg-book-app
npm install
npm start

The task

User-side requirements:

  • Display a list of books
  • Let the user mark books as favorite
  • Let the user search and filter books - use the fields our API returns
  • Let the user actually read books
  • Try to make it pretty and user-friendly 😉 You can add any functionality you feel like.

Demo

  • Desktop view

desktop_demo.mp4



  • Mobile View

mobile_demo.mp4

Links

My process

Built with

What I learned

  • redux-persist
  • Pagination

Author

Releases

No releases published

Packages

No packages published