https://github.com/techemprez/book-store
The Bookstore is created using react and redux. It allows you to, display a list of books, add a book and deleted a selcted book
https://github.com/techemprez/book-store
Last synced: about 1 month ago
JSON representation
The Bookstore is created using react and redux. It allows you to, display a list of books, add a book and deleted a selcted book
- Host: GitHub
- URL: https://github.com/techemprez/book-store
- Owner: techEmprez
- Created: 2022-09-17T12:43:10.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-24T13:34:29.000Z (over 2 years ago)
- Last Synced: 2025-02-04T13:44:17.619Z (3 months ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Book-Store
"The Bookstore is a website that allow us to `Display a list of books`, `Add a new book` and `Remove a selected book`."
# Live Demo
[Live Demo](https://github.com/techEmprez/book-store)
## Built With
- HTML
- CSS
- ReactJS## Project Setup
To get a local copy up and running follow these simple example steps.
### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries
- Git
- GitHub### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/techEmprez/book-store```
2. Open terminal and cd into project and install the dependencies
```bash
cd book-store
npm install
```3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```## Author
👤 **Choice Osobor**
- GitHub: [@githubhandle](https://github.com/techEmprez)
- Twitter: [@twitterhandle](https://twitter.com/techEmprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Book Store](https://github.com/microverseinc/curriculum-react-redux/blob/main/bookstore/sneak_peek_v2_0.md)