Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estete9/bookstore-react

The Bookstore is a website that allows you to: Display a list of books, Add a book, and Remove a selected book
https://github.com/estete9/bookstore-react

Last synced: 10 days ago
JSON representation

The Bookstore is a website that allows you to: Display a list of books, Add a book, and Remove a selected book

Awesome Lists containing this project

README

        


logo

The Bookstore - Async Redux Reading List

# 📗 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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 The Bookstore - React Book reading list

**The Bookstore** is a website that allows you to: Display a list of books, Add a book, and Remove a selected book

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Full React app**
- **Add, Remove, and Fetch async logic**
- **Use of Modular CSS**
- **Use of react components**
- **Use of react Router and NavLink**
- **Use of Redux AsyncThunk for API consumption**

(back to top)

## 💻 Getting Started

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

### Prerequisites

To run this project you need:

- VSCode
- Node
- Web Browser

### Setup

Make sure you have VSCode, Node and a Web Browser installed

### Install
In the root folder, run the script `npm install` to install all the libraries necessary.

Make sure eslint-config-airbnb is installed or install with:

`npm install eslint-config-airbnb eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import --save-dev`

### Preview

#### How to Run it
- Run the script `npm start` to see a working version of the project

### Run tests

Use the scripts:
- `npm run test` to run your tests

(back to top)

## 👥 Authors

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/esteban-palacios-5030a772/)

(back to top)

## 🔭 Future Features

- **Implement a local storage that saves and loads book information**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project remember to star and share it 🥳️

(back to top)

## 🙏 Acknowledgments

- ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS

## 📝 License

This project is [MIT](./MIT.md)-licensed.

(back to top)