https://github.com/mmggyy66/redux-toolkit-example
a step-by-step introduction to creating a Redux store; working with reducers, actions, and slices; and setting up web app project using built-in tools and commands. Find out how to export each of your components and retrieve data whenever you need it, fetching data with API requests or using hooks from the store.
https://github.com/mmggyy66/redux-toolkit-example
html5 javascript reactjs redux sass
Last synced: 3 months ago
JSON representation
a step-by-step introduction to creating a Redux store; working with reducers, actions, and slices; and setting up web app project using built-in tools and commands. Find out how to export each of your components and retrieve data whenever you need it, fetching data with API requests or using hooks from the store.
- Host: GitHub
- URL: https://github.com/mmggyy66/redux-toolkit-example
- Owner: MMGGYY66
- Created: 2023-03-05T15:23:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:20:28.000Z (over 3 years ago)
- Last Synced: 2025-09-09T23:38:37.674Z (11 months ago)
- Topics: html5, javascript, reactjs, redux, sass
- Language: JavaScript
- Homepage:
- Size: 722 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My redux-toolkit-example
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
Client
Server
Database
- **[Dynamically]**
- **[Git-flow]**
- **[Good-HTML-JS-and-CSS-practices]**
- **[ES6-modules]**
- **[react-Jest-tests]**
- **[react-Webpack]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A computer with node.js.
- Internet access.
### Setup
### Install
After cloning the repo you need to install de dependencies.
- Run this command in the project folder:
npm install
### Usage
To run the project, execute the following command:
- Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. run:
npm run build
- Runs the app in the development mode. Open http://localhost:3000 to view it in the browser: run
npm start
### Run tests
To run tests, run the following command:
npm test
### Deployment
👤 **Mohamed Gamil Eldimardash**
- GitHub: [@github](https://github.com/MMGGYY66)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)
- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)
- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)
Contributions, issues, and feature requests are welcome!
If you like this project take the time to give a star, follow me and a feedback, we will appreciate it.
I would like to thank Microverse for giving me the chance to improve my coding.
## ❓ FAQ (OPTIONAL)
- **What is this for?**
- This is a react.js project to practice working with react.js.
- **Can i copy this project?**
- Your welcome, copy this project and let us know if you have any questions.
## 📝 License
This project is [MIT](https://github.com/MMGGYY66/redux-toolkit-example/blob/main/MIT.md)