- π Bookstore CMS
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
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.
- create a React app and install basic dependencies as React-Redux.
- create routes and view components (Routers for the app).
- react
- npm
- Git
- GitHub
- Stylelint
- ESLint
- sass
- VSCode
- react router
- react redux
- redux-toolkit
- react icons
- 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
- [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.
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 this project dependencies with:
npm installTo run the project, execute the following command:
npm run startRuns 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.
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 eslinterTo run unit tests, run the following command:
npm run testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
π€ Engr. Animashaun Fisayo
- Add various page components.
- Upgrade the book card with new interactive functures
- Add a progress bar to show the progress of the book.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
This project is MIT licensed.


