Skip to content

A web application that allows users to add and manage books. Built using React, NodeJS, and Google Books API

Notifications You must be signed in to change notification settings

danialkhan4/book-library-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A web application that allows users to search for and create a library of their favorite books.

image image

Features

  • Search for any published book using title, authors, or topic
  • Remove or add any book to your library
  • Mark books as read, currently reading, or finished

Built with

  • React
  • Express
  • Ant Design
  • Google Books Api
  • Firebase Auth
  • Cloud Firestore

Build instructions

After cloning repo:

cd book-library-app
npm install # server modules
cd client
npm install # front end modules

Start server

nodemon server.js

Test client

cd client
npm run

Build client

cd client
npm run build

About

A web application that allows users to add and manage books. Built using React, NodeJS, and Google Books API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published