Skip to content

๐Ÿ“š A bookstore content management system is a program to track the situation of books.

Notifications You must be signed in to change notification settings

ozovalihasan/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Book Store CMS App

This project was bootstrapped with Create React App. We developed a bookstore application for a fictional company using Redux and React where users can track their reading progress from the bookstore. The project includes the basic features of

  • Signing in, signing up, and signing out
  • Listing all books of any user
  • Adding book to the bookstore
  • Removing books from the bookstore
  • Updating complete percentage of any book

screenshot

Live Demo

Please check live demo.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure Node.js is running on your local machine.

Setup

$ git clone https://github.com/ozovalihasan/bookstore.git
$ cd bookstore

Install modules:

npm install

Usage

Start server with:

    npm start or npm start

Deployment instructions

    git add .
    git commit -m "ready for first push to heroku"  
    heroku create $APP-NAME --buildpack mars/create-react-app
    git push heroku $BRANCH_NAME:master

Fire up your app by running heroku open Yay!!! your app has been deployed successfully.

Authors

๐Ÿ‘ค Uduak Essien

๐Ÿ‘ค Hasan ร–zovalฤฑ

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

About

๐Ÿ“š A bookstore content management system is a program to track the situation of books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published