Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 611 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 611 Bytes

Reading list app frontend

Search books via google books api and add them to your bookshelves synchronized with google library

Frontend/Backend

  • React18
  • Nextjs + NextUI
  • Redux toolkit
  • RTK Query
  • JWT auth

Demo https://my-books-history.vercel.app/

Demo

Run

# Install the requirements:
$ nmp i

# Configure variables
$ cp .env.dist .env
$ vim .env
# or 
$ nano .env

# Start the service:
$ npm start dev