Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 653 Bytes

Bookshelf App is a library app developed with React and Firebase.

In this application, operations such as adding a book, deleting a book, user registration, user login are coded using firebase Authentication and hooks.

bookshelf-app.mp4

To run the application

Firstly, Create a config file for google firebase connection.

Then, To install the libraries, run the code below in the directory where you downloaded the project codes:

npm install

Finally, run the code below to run the project

npm start

If you want to build:

npm run build