Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danifromecuador/playbook

This website displays a list of books and the user can add or remove a new book. I'm using React & Redux and consuming a books API.
https://github.com/danifromecuador/playbook

Last synced: 10 days ago
JSON representation

This website displays a list of books and the user can add or remove a new book. I'm using React & Redux and consuming a books API.

Awesome Lists containing this project

README

        


logo

Bookstore CMS

# 📗 Table of Contents

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

# 📖 Bookstore CMS

**Bookstore CMS** displays a list of books and the user can add or remove a new book. I'm using React & Redux and consuming a books API.

## 🛠 Built With

### Tech Stack

Client

### Key Features
- **The page is built with React and Redux**
- **The page consumes a books API**
- **The user can delete a book or add a new book**

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- Install Git
- Install Node JS
- You can use your favorite CLI and code editor, I'm using Konsole and VS Code
### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:danifromecuador/playbook.git
```

### Install

Install this project with:

```sh
cd playbook
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```
Your project should be displayed automatically on your web browser on this port: http://localhost:3000/ , if don't open it manually.

(back to top)

## 👥 Authors

👤 **Dani Morillo**

- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)

(back to top)

## 🔭 Future Features

- **The user will not be able to add a book if it is already added**
- **The user will need a double check to delete a book**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/playbook)

(back to top)

## 🙏 Acknowledgments

I would like to thank [this youtuber](https://www.youtube.com/@WebDevSimplified)

(back to top)

## 📝 License

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

(back to top)