This tutorial part serves as a continuation of the previous tutorial. In this tutorial part, we are going to integrate the redux to Register and Forget password component.
Create simple POS with React, Node and MongoDB #6: Redux Integration
In this chapter, we are going to continue to create our POS system by integrating Redux state management. Redux is a manageable and structured state container for JavaScript applications.
Create simple POS with React, Node and MongoDB #5: Setup ReCaptcha and define CORS
In this chapter, we will continue from our previous chapters by discussing how to setup ReCaptcha and set up CORS. After publishing our backend and frontend, the first thing that should be considered
Create Simple POS With React, Node and MongoDB #4: Optimize App and Setup Deployment Workflow
This is the list of the tasks we have to complete during this chapter: separate backend and frontend, add environment variables to the backend, add environment variables to frontend, separate to individual route, setup auto-deployment of backend and frontend through Github
Create simple POS with React, Node and MongoDB #3: setup E-mail pipeline with add activate on SignUp
This is the third chapter of our series of developing a POS with React, Node, and MongoDB. In this chapter, we are going to set up an email service.
Create simple POS with React, Node and MongoDB #2: Auth state, Logout, Update Profile
This is the second chapter of our series of creating a simple POS with React, Node, and MongoDB.
Create a simple POS with React, Node and MongoDB #1: Register and Login with JWT
This is the second chapter of our series of creating a simple POS using React, Node, and MongoDB.
Create a Simple POS with React, Node and MongoDB #0: Initial Setup Frontend and Backend
Today, we begin our new series of tutorials in which we create a simple POS using React.js, Node.js, Express.js, and MongoDB. In this first chapter, we will learn how to set up the frontend with React