https://github.com/itsmraga-hub/bookstore-cms
The Bookstore is a website that allows you to: Display a list of books. Add a book. Remove a selected book.
https://github.com/itsmraga-hub/bookstore-cms
awesome-books bookstore components react reactjs reducers redux
Last synced: 6 months ago
JSON representation
The Bookstore is a website that allows you to: Display a list of books. Add a book. Remove a selected book.
- Host: GitHub
- URL: https://github.com/itsmraga-hub/bookstore-cms
- Owner: itsmraga-hub
- License: mit
- Created: 2022-09-14T14:41:36.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-24T06:30:56.000Z (about 3 years ago)
- Last Synced: 2025-03-30T02:51:09.669Z (7 months ago)
- Topics: awesome-books, bookstore, components, react, reactjs, reducers, redux
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# BookStore CMS
> The Bookstore is a website that allows you to: Display a list of books. Add a book. Remove a selected book.
## Built With
- Major languages
- Frameworks
- Technologies used## Live Demo (if available)
[Live Demo Link](https://fanciful-bookstore.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
- Open your terminal and navigate to desired folder.
- Clone the project from the repo `git clone https://github.com/itsmraga-hub/Bookstore-CMS.git`
- Change directory to Math Mmagicians folder `cd bookstore-cms`.
- To start the project on local web server, run `npm start`.
- After this you should be able to see the project on your browser, if not open your browser and visit [http://localhost:3000/](http://localhost:3000/) to view the project.
- To run the available tests, run `npm test`.
### Prerequisites
### Setup
### Install
### Usage
### Run tests
- To run the available tests, run `npm test`.
### Deployment
- Deployed to netlify.
## Author
👤 **William Raga**
- GitHub: [@WilliamRaga](https://github.com/itsmraga-hub)
- Twitter: [@WilliamRaga](https://twitter.com/RagaMacharia)
- LinkedIn: [@WilliamRaga](https://linkedin.com/in/itsmraga/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._