Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medsonmoombe/book-store
This a project i did at Microverse , a website which allows users to add books and also remove books. It uses the Api to post and get the books and display in the user interface , in this project i used react, and redux and the API end-points.
https://github.com/medsonmoombe/book-store
javascript reactjs redux
Last synced: 6 days ago
JSON representation
This a project i did at Microverse , a website which allows users to add books and also remove books. It uses the Api to post and get the books and display in the user interface , in this project i used react, and redux and the API end-points.
- Host: GitHub
- URL: https://github.com/medsonmoombe/book-store
- Owner: medsonmoombe
- License: mit
- Created: 2022-06-09T16:46:08.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-26T13:15:45.000Z (over 2 years ago)
- Last Synced: 2024-12-30T16:44:49.933Z (26 days ago)
- Topics: javascript, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BOOK STORE
> A web app for adding, removing and editing books.
![boostore](https://user-images.githubusercontent.com/98400013/174115211-6d5f7ae8-d577-4f00-8f26-1fdf6acafe9a.png)## Built With
- HTML
- CSS
- JAVASCRIPT
- React## Live Demo (if available)
[Live Demo Link](Ccoming soon)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Web browser
- Code editor### Setup
```bash
npm install
``````bash
npm build
``````bash
npm start
```### Run the following commands to run linter tests
StyleLint
```bash
npx stylelint "**/*.{css,scss}"
```ESLint
```bash
npx eslint .
```## Authors
👤 **Author1**
- GitHub: [@medsonmoombe](https://github.com/medsonmoombe)
- Twitter: [@emmanue78388405](https://twitter.com/@emmanue78388405)
- LinkedIn: [@Emmanuel moombe](https://www.linkedin.com/in/emmanuel-moombe-821918230/)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- [inspired by the zeplin website microverse design](https://zeplin.io/)## 📝 License
This project is [MIT](https://github.com/medsonmoombe/book-store/blob/dev/LICENSE) licensed.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!