Skip to content

Simple application using Redux and React to understand the process that passes the application state through redux, how it is stored in the store and how reducers are used.

Notifications You must be signed in to change notification settings

emigl/todolist_redux_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo List made with React and Redux 📳

‼ 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.

Starting 🚀

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

Pre-requisites 📋

You will need:

- A code editor
- A web browser
- Npm or yarn 

And done, you can launch the app.

Available Scripts 🧰

In the project directory, you can run:

yarn start

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.

Built with 🛠️

License 📄

Free to use to practise and educational purpose, it is good for nothing else.

Support ❤️

If you like my rep, I would appreciate it if you could give me a star⭐ to support me, thank you <3.

Learn More 👀

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Simple application using Redux and React to understand the process that passes the application state through redux, how it is stored in the store and how reducers are used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published