Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danifromecuador/playbook
- Owner: danifromecuador
- License: mit
- Created: 2023-07-14T17:37:19.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-23T05:15:32.000Z (over 1 year ago)
- Last Synced: 2025-01-02T09:13:11.284Z (18 days ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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** 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.
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**
### 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.
👤 **Dani Morillo**
- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)
- **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**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/playbook/issues).
If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/playbook)
I would like to thank [this youtuber](https://www.youtube.com/@WebDevSimplified)
This project is [MIT](./LICENSE) licensed.