An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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)