‼ IMPORTANT ‼ This project tries to be a small application just to understand how redux works with react using reducers, accessing the redux centralized store and implementing all of this with React.
🌟You also have comments in Spanish in the "documentation" branch that explain the methods, the store, and what each react-redux function does etc.
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
If you want to use the repository you can clone it and use "npm install" or "yarn install".
I recommend use React developer tools:
-React Developer Tools
And Redux DevTools, a very powerful devkit which is similar to react deveoloper tools:
-Redux DevTools
You will need:
- A code editor
- A web browser
- Npm or yarn
And done, you can launch the app.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- React - Structure, styles & logic
- Redux-Toolkit, Redux & React-Redux - Required for implementation the Redux logic with React.
- Material-UI - I use for the checkbuttons
Free to use to practise and educational purpose, it is good for nothing else.
If you like my rep, I would appreciate it if you could give me a star⭐ to support me, thank you <3.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.