manoelVLima / Redux-in-React-Beginner_Project

This is my first project in React using Redux and Hooks. It's a simple application, but introduced me very well how to control states using Redux.

Home Page:redux-in-react-beginner-project.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project developed by Manoel Vieira Lima.

This is my first project using Redux and Hook in React. It introduced me how to control states with Redux to be able to use them in every component of my application in a simple way.

About the project

The project is a simple application that uses a fakeAPI from FakeAPI Store, to simulate the main page of an online store. The most important thing is how the application works. It uses Redux to store states that can be used in all application components without having to pass them through props or callbacks.

Skills

Some skills that were used:

  • React;
  • React Router(to browse products);
  • Redux(control states);
  • Hooks(manipulate states);
  • Semantic UI for the CSS

How to use the project

  1. Clone the repository
  • Use the command: git clone git@github.com:manoelVLima/Redux-in-React-Beginner_Project.git and enter the folder;
  1. Run npm install to install dependencies;
  2. Run npm start to open the application in your browser.

About

This is my first project in React using Redux and Hooks. It's a simple application, but introduced me very well how to control states using Redux.

redux-in-react-beginner-project.vercel.app


Languages

Language:JavaScript 73.1%Language:HTML 19.3%Language:CSS 7.5%