https://github.com/alejandroq12/bookstore
A modern, responsive bookstore application built with React, Redux, and a bookstore API. The app allows users to browse, add, and remove books, showcasing efficient state management and real-time data handling.
https://github.com/alejandroq12/bookstore
api css3 html5 http-requests javascript reactjs redux-toolkit
Last synced: 5 days ago
JSON representation
A modern, responsive bookstore application built with React, Redux, and a bookstore API. The app allows users to browse, add, and remove books, showcasing efficient state management and real-time data handling.
- Host: GitHub
- URL: https://github.com/alejandroq12/bookstore
- Owner: Alejandroq12
- License: other
- Created: 2023-05-04T22:26:47.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-27T02:35:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T05:51:10.321Z (27 days ago)
- Topics: api, css3, html5, http-requests, javascript, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://candid-quokka-8e7e31.netlify.app/
- Size: 595 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore
![]()
The Bookstore
# π Table of Contents
- [Bookstore](#bookstore)
- [π Table of Contents](#-table-of-contents)
- [πBookstore ](#bookstore-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [π₯ Author ](#-author-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)A modern, responsive bookstore application built with React, Redux, and a bookstore API. The app allows users to browse, add, and remove books, showcasing efficient state management and real-time data handling.
## π Built With
HTML,
CSS,
JavaScript,
React.js,
Redux Toolkit,
Axios.Client
Package Manager
Linters
- **Responsive design**
- **Browse, add, and remove books from the collection**
- **State management with Redux Toolkit**
- **API integration with a bookstore API**
- [Live Demo Link](https://candid-quokka-8e7e31.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```
https://github.com/Alejandroq12/bookstore.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd bookstore``**
### Install
To install all dependencies, run:
```
npm install
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- You must use `npm start` command in terminal to run this at the localhost.
### Run tests
To run tests, run the following command:
- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint "**/*.{js,jsx}"
```
You can deploy this project using: GitHub Pages,
- I used Netlify Pages to deploy my website.
- For more information about deployment on Netlify see "[Netlify](https://www.netlify.com/)".
π€ **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **I will implement more pages**
- [ ] **I will create statistics acordding to individual users**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star βοΈ
I want to thank all my colleagues that share knowledge with and inspired to to improve each day.
- **Did you created this project from zero?**
- Of course, as if it were a real life job scenario.
This project is [LICENSE](./LICENSE) licensed.