https://github.com/maximoortelli/booklist-redux
https://github.com/maximoortelli/booklist-redux
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximoortelli/booklist-redux
- Owner: maximoortelli
- License: mit
- Created: 2023-10-03T22:43:39.000Z (over 2 years ago)
- Default Branch: Dev
- Last Pushed: 2023-12-03T02:41:01.000Z (over 2 years ago)
- Last Synced: 2025-02-07T20:49:52.994Z (over 1 year ago)
- Language: JavaScript
- Size: 407 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Booklist-Redux
---
# 📗 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)
---
**Bookstore** This project i will lay the foundations for my Bookstore website. I will create the user interface using React and Redux. In this step, i will implement Redux Toolkit inside of a React application. I will:
- Setup a Redux store.
- Create a slice to save your state and reducers.
#### Learning objectives
- Use React components.
- Use React props.
- Use React state.
- Use React routes.
---
---
- **Add Redux Toolkit (npm install react-redux @reduxjs/toolkit).**
- **Create a directory that will contain all your Redux logic (/src/redux)**
- **Configure a Redux store (/src/redux/store.js)**
- **Define a slice of state for books that**
- **Add 2 routes in your application, each should render a page component**
- **Define a slice of state for categories**
- **Includes an array of categories (initial state: empty array)**
- **Includes a reducer that checks the status and always returns "Under construction" (the initial state should check to that string)**
- **Gitflow**
> To get a local copy up and running, follow these steps.
> This project requires Node.js and npm installed on your machine.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
```bash
cd booklist
git clone https://github.com/maximoortelli/Booklist-Redux.git
```
### Install
Install this project's dependencies with:
- npm install
### Usage
To run the project, execute the following command:
```bash
npm run start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### Run tests
```bash
npm test
```
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
---
👤 **Author**
- GitHub: [@maximoortelli](https://github.com/maximoortelli)
- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)
---
- [x] **Improve my Bookstore proyect**
---
Contributions, issues, and feature requests are welcome!
---
Give a ⭐ if you liked this project!
---
I thank Microverse for this fantastic opportunity.
---
This project is [MIT](./LICENSE) licensed.
---