Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braincee/react-bookstore
A simple bookstore react app built with react that has the following functionalities like Add a Book, Delete a Book and also filter books by Category.
https://github.com/braincee/react-bookstore
javascipt microverse-projects microverse-students react redux webpack
Last synced: about 1 month ago
JSON representation
A simple bookstore react app built with react that has the following functionalities like Add a Book, Delete a Book and also filter books by Category.
- Host: GitHub
- URL: https://github.com/braincee/react-bookstore
- Owner: braincee
- Created: 2022-06-02T14:43:14.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-12-05T07:41:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T17:22:57.811Z (about 1 month ago)
- Topics: javascipt, microverse-projects, microverse-students, react, redux, webpack
- Language: JavaScript
- Homepage: https://react-bookstore-rouge.vercel.app
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Bookstore Application
A simple bookstore react app built with react that has the following functionalities like Add a Book, Delete a Book and also filter books by Category.
## Built With
- JavaScript
- React
- Redux
- React-RouterTo get a local copy up and running follow these simple example steps.
Run the following:
```
git clone https://github.com/braincee/react-bookstore.gitcd react-bookstore
npm install
npm start
```## ScreenShots
![](./public/Screenshot%20(103).png)
Added four books of title and author
![](./public/Screenshot%20(104).png)
Deleted two books of title and author
![](./public/Screenshot%20(105).png)
Added extra three books to the list to make it five books.
### Run tests
```
npm run test
```## Author
👤 **Stephen Annor**
- GitHub: [@braince](https://github.com/braincee/)
- Twitter: [@annor0543](https://twitter.com/annor0543/)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/in/stephen-annor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/braincee/react-bookstore/issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.