Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccrazyman/books-store
https://github.com/maccrazyman/books-store
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/maccrazyman/books-store
- Owner: MacCrazyman
- Created: 2022-01-17T20:00:13.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-22T00:43:56.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T17:37:12.729Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# BOOKS STORE
> This project implement Redux to store info about books into an external API
![screenshot](src/img/screenshot.PNG)
Project created using `create-react-app` and implementing `react-redux` to store and retreive information from book API.
## Built With
- HTMl, CSS, JavaScript
- React.
- Redux.## Live Demo
[Live Demo Link](https://maccrazyman.github.io/books-store/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
* A functional computer with VS Code or any functional coding software.
* Git bash or any version control software.### Setup
* Copy the repo link and clone it in your local machine
* You can execute the following command in your git bash:
````
git clone https://github.com/MacCrazyman/books-store.git
````### Install
* In your consle, run the following command to install the required dependencies:
````
npm install
````### Usage
* You can build the files using webpack to generate a `/build` folder with distribution files:
````
npm run build
````
* Run webpack server to see the webpage working:
````
npm run start
````
* You can also open the [GitHub pages deployment](https://maccrazyman.github.io/books-store/) to see a live version of the webpage.## Authors
👤 **Leonardo Pareja**
- GitHub: [@MacCrazyman](https://github.com/MacCrazyman)
- Twitter: [@MacCrazyman](https://twitter.com/MacCrazyman)
- LinkedIn: [Leonardo Pareja](https://www.linkedin.com/in/leonardo-pareja-pareja/)## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.