Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/estete9/bookstore-react
- Owner: Estete9
- Created: 2023-09-29T02:29:01.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-03-21T14:59:10.000Z (11 months ago)
- Last Synced: 2025-01-06T03:46:38.258Z (about 1 month ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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
Client
- **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**
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
👤 **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/)
- **Implement a local storage that saves and loads book information**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Estete9/bookstore-react/issues).
If you like this project remember to star and share it 🥳️
- ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS
This project is [MIT](./MIT.md)-licensed.