Simple Crud Redux
A simple to-do list made using React and managing the states with Redux.
💻 How it works
The user can create a task, edit or delete it.
💻 How it was made
The purpose of this project it was to have my first contact with Redux in some project. So the state management is resposibility of Redux, and the interface building of React.
🚀 Technologies used in project
- React
- Redux
- Redux Toolkit
- SCSS
☕ How to start the project in your machine
Once the repository is cloned in your computer, to use the calendar-app follow the steps below:
// Open one terminal and run the following code to install all dependencies:
yarn add
// Then start the application
yarn start
Now you can access the application in http://localhost:3000
📫 Contributing to dev-world
To contribute, follow the next steps:
- Fork this repository.
- Create a new branch:
git checkout -b <branch_name>
. - Make your changes and confirm them:
git commit -m '<commit_message>'
- Send to the main branch:
git push origin <project_name> / <local>
- Create the pull request.
As an alternative, check the documentation of the Github to lear how to make a pull request: (https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
🤝 Developer
Bryan Martins |