https://github.com/tomasesquivelgc/react-redux-bookstore
This project is a bookstore app made with React & Redux
https://github.com/tomasesquivelgc/react-redux-bookstore
Last synced: 3 months ago
JSON representation
This project is a bookstore app made with React & Redux
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/react-redux-bookstore
- Owner: tomasesquivelgc
- License: mit
- Created: 2023-06-17T19:48:41.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-08-26T21:06:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T03:42:58.301Z (5 months ago)
- Language: JavaScript
- Size: 849 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Bookstore
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**React Bookstore** is a single page application built with react that consists of a Booklist you can interact with and a category section.
Client
- **Simple booklist app built with JSX**
- **Single page app with 2 pages**
- **Booklist interactivity (add and delete)**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need a browser.
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:myaccount/my-project.git
```
### Install
Install this project with:
Example command:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using github pages
π€ **TomΓ‘s Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- [] **CSS styling**
- [] **Expand category page**
- [] **Redux**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a star.
I would like to thank Microverse and my friends and family for their support.
This project is [MIT](./LICENSE) licensed.