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

https://github.com/aliatayee/bookstore-cms-react-redux

This is a Bookstore CMS project based on React and Redux to display a list of books, categorize it, add and remove books and update your reading progress. It basically stores the added books and fetch the stored list of books using remote API.
https://github.com/aliatayee/bookstore-cms-react-redux

bookstore bookstore-api bookstore-cms react-redux

Last synced: about 1 month ago
JSON representation

This is a Bookstore CMS project based on React and Redux to display a list of books, categorize it, add and remove books and update your reading progress. It basically stores the added books and fetch the stored list of books using remote API.

Awesome Lists containing this project

README

          

# Bookstore CMS
This is a Bookstore CMS project based on React and Redux to display a list of books, categorize it, add and remove books and update your reading progress. It basically stores the added books and fetch the stored list of books using remote API.
## Major Technologies
- [ ] HTML5
- [ ] CSS
- [ ] JAVASCRIPT
- [ ] REACT
- [ ] REDUX
- [ ] NPM
### Demo
[Live Demo](https://bookstore-cms-aliatayee.netlify.app/)
### Install & Setup

To setup and install this sample Leaderboard project, follow the below steps:
- Clone this project by the command:

```
$ git clone https://github.com/aliatayee/bookstore-cms-react-redux
```

- Then switch to the project folder by the bellow query:

```
$ cd bookstore-cms-react-redux
```

- Then run the below command to install dependencies

```
$ npm i
```
- Finally, run the below command to start the project.

```
$ npm start
```

## Run tests
To run the tests for linters locally, you must have node installed on your computer. Install the necessary packages. Run npx stylelint "*/.{css,scss}" Run npx hint . Run npx eslint .

### Prerequisites

- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.

### Authors
👤 **Ali**

- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support
Give a ⭐️ if you like this project!

## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc