/redux-crud

My first application using React and Redux. It is a simple to-do list.

Primary LanguageJavaScript

Simple Crud Redux

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

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:

  1. Fork this repository.
  2. Create a new branch: git checkout -b <branch_name>.
  3. Make your changes and confirm them: git commit -m '<commit_message>'
  4. Send to the main branch: git push origin <project_name> / <local>
  5. 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's profile photo
Bryan Martins