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

https://github.com/programkingabel/bookstore

A web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;
https://github.com/programkingabel/bookstore

react react-router reactjs redux

Last synced: 2 months ago
JSON representation

A web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;

Awesome Lists containing this project

README

          

> # Bookstore

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ ](#faq)
- [📝 License](#license)

# 📖 [Bookstore]

> **[Bookstore]** is a web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;

## 🛠 Built With

### Tech Stack

- Client

### Key Features

- **[REACT LIBRARY]**
- **[REACT COMPONENTS]**
- **[REDUCERS AND ACTIONS]**
- **[REDUX IN REACT COMPONENTS]**
- **[USED CONNECTION TO API]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps:

### Prerequisites

In order to run this project you need:

- A browser of you choice.
- A text editor of your choice.
- An installed node.js on your local system

### Setup

Clone this repository to your desired folder:

- Use the following Commands:

cd your-desired-folder
git clone git@github.com:ProgramKingAbel/bookstore.git

### Install

Install this project with:

- You can deploy this project on hosting provider of your choise or you can deploy it on github pages.

### Usage

- Use following commands to run on your local system:

npm run build
npm run dev

### Run tests

- Run the following script and style test:

npm test
npx eslint "**/*.{js,jsx}"
npx stylelint "**/*.{css}"

### Deployment

You can deploy this project using:

- Free deployment services like GitHub pages.
- Any deployment services of your choice.

(back to top)

## 👥 Authors

👤 **Abel Matunda Morara**

- GitHub: [@ProgramKingAbel](https://github.com/ProgramKingAbel)
- Twitter: [@CEOAbel1](https://twitter.com/CeoAbel1)
- LinkedIn: [C.E.O Abel Matunda Morara](https://www.linkedin.com/in/abelmatundamorara-451340250/)

(back to top)

## 🔭 Future Features

- [ ] **[Add Live version]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ProgramKingAbel/bookstore/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse and our coding partners.

(back to top)

## ❓ FAQ

- **How to make it mobile friendly?**

- Put a viewport tag in the header

- **How to design the site?**

- Draw a mockup before start to code

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)