Skip to content

omer-yagci/BooksStoreReactFirebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore App

Table of Contents

Overview

image image

Built With

-Bootstrap 5

-Components

-useState

-useEffect

-Firebase

-useNavigate

-Custom Hooks

-Props

-RestFull API

-useContext

-React-Spinner library

Features

This is my React BooksStore App.In this project, I wanted to make a simple book page using API. After logging in, the user can access the details of the relevant book.I used Google Book API from.

How To Use

To clone and run this application, you'll need Git

# Clone this repository
$ git clone https://github.com/omer-yagci/BooksStoreReactFirebase.git

# Install dependencies
    $ npm i

# Add .env file for API Keys and Firebase App Config

# Run the app
    $ npm start

Contact