https://github.com/maaloum/bookstore-react
Bookstore CMS allows the user to display a list of books, add a book and remove a selected book. All the data is saved to an external API.
https://github.com/maaloum/bookstore-react
javascript react redux webpack
Last synced: 3 months ago
JSON representation
Bookstore CMS allows the user to display a list of books, add a book and remove a selected book. All the data is saved to an external API.
- Host: GitHub
- URL: https://github.com/maaloum/bookstore-react
- Owner: maaloum
- Created: 2022-09-23T11:50:40.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-02T15:03:16.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:34:56.850Z (6 months ago)
- Topics: javascript, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 758 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Book Store
> The Bookstore is a website where the user can view a list of books, add a book by entering a title, an author, and a category, and remove a book.
## Built With
- HTML, TailwindCSS, JavaScript
- React / Redux
- Linters:
- Stylelint, ESLint
## Live Demo (if available)
In progress
## Getting Started
This project was bootstrapped with Create React App.
To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
### Install
Have NodeJS installed and follow the next steps
### Usage
npm i for installing dev dependecies
npm run build or npm start to see the project
### Run tests
### Deployment
## Authors
👤 **Author**
- GitHub: [@maaloum](https://github.com/maaloum)
- Twitter: [@twitterhandle](https://twitter.com/maaloum)
## 🤝 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
## 📝 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._