https://github.com/mutinhiri/bookstore
App to add items and remove items using react and redux store
https://github.com/mutinhiri/bookstore
css html javascript webpack
Last synced: 2 months ago
JSON representation
App to add items and remove items using react and redux store
- Host: GitHub
- URL: https://github.com/mutinhiri/bookstore
- Owner: mutinhiri
- Created: 2021-12-13T17:59:54.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-17T11:25:55.000Z (over 4 years ago)
- Last Synced: 2025-02-07T22:47:55.156Z (over 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://iridescent-lebkuchen-de3ac4.netlify.app
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## About The Project
"BookStore" is a website for adding books to the web and retreive them later It is a Single Page App (SPA) that allows users to see the books they have added
### Built With
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [JS](https://www.javascript.com/)
- [React js](https://www.reactjs.org)
## Authors
👤 **Bunbee**
- GitHub: [@Bunbee](https://github.com/mutinhiri)
- Twitter: [@Bunbee02](https://twitter.com/)
- LinkedIn: [barnabas mutinhiri](https://www.linkedin.com/in/bunbee/)
## Getting Started
- You will not need additional instructions on installing Prerequisites.
- In case you have node_modules on your folder Add them to .gitignore file before you a push.
### Prerequisites
- No prerequisites needed for this project.
### Installation
1. Clone the repo
```sh
https://github.com/mutinhiri/bookstore.git
```
2. Install NPM packages
```sh
npm install
```
3. Run server
```sh
npm start
```
## Roadmap
See the [open issues](https://github.com/mutinhiri/bookstore/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/NewFeature`)
3. Commit your Changes (`git commit -m 'Add some NewFeature'`)
4. Push to the Branch (`git push origin feature/NewFeature`)
5. Open a Pull Request
## License
License Free.
## Acknowledgements
- [GitHub Pages](https://pages.github.com)
- [WebPack](https://webpack.js.org/)