Skip to content

fmanimashaun/bookstore-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

95 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“— Table of Contents

πŸ“– Bookstore CMS

Bookstore CMS is a web application that allows users to manage their bookstore. It allows users to add, remove, and edit books. It also allows users to add categories to books. The application is built with React and Redux.

  • The application is a single-page app built with React and Redux.
  • The user can add a book.
  • The user can remove a book.
  • The user can edit a book's title and author.
  • The user can see a list of all the books.

Project Objectives

  • create a React app and install basic dependencies as React-Redux.
  • create routes and view components (Routers for the app).

(back to top)

πŸ›  Built With

Tech Stack

Key Features

  • The user can add a book.
  • The user can remove a book.
  • The user can see a list of all the books.
  • the user can change page

(back to top)

πŸš€ Live Demo

Live Demo Link

(back to top)

πŸ’» Getting Started

Prerequisites

  • [Optional] Install git bash to your machine to enable you to clone this repo.
  • install Visual Studio to be able to host a local live version.
  • Install a browser to view the local live version.

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

Setup

Clone this repository to your desired folder:

  cd your-desired-folder
  git clone https://github.com/fmanimashaun/bookstore-cms.git
  open the repo folder `bookstore-cms`

Install

Install this project dependencies with:

  npm install

Usage

To run the project, execute the following command:

  npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Run tests

To run tests to check the lint errors, run the following command:

  • To check for CSS lint errors, run the following command:
  npm run stylelint
  • To check for JS lint errors, run the following command:
  npm run eslinter

To run unit tests, run the following command:

  npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Deployment

You can deploy this project to github pages by running the following command:

  npm run deploy

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
and it is automatically deployed to the github page.

See the section about github page deployment for more information.

(back to top)

Authors

πŸ‘€ Engr. Animashaun Fisayo

(back to top)

πŸ”­ Future Features

  • Add various page components.
  • Upgrade the book card with new interactive functures
  • Add a progress bar to show the progress of the book.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgements

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Bookstore CMS is a web application that allows users to manage their bookstore. It allows users to add, remove, and edit books. It also allows users to add categories to books. The application is built with React and Redux.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors