Sayan-Maity / Login-Redux

This is a login page made using React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies Used in this project ---

npm i @reduxjs/toolkit
npm i redux
npm i react-redux

In the project directory, you can run:

Steps to start the project into your local Repo

At first fork this repo
click the "Fork" button located at the top-right corner of the page

Then clone this repository

For cloning the repo, copy the HTTPS key and then paste it like this command
git clone "https://github.com/Sayan-Maity/Login_Redux.git"

After cloning, your next step will be to install the node modules
npm install

If you aren't inside the project folder type this command
cd .\todo-auth\

After entering into the folder start your development server using this command
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

This is a login page made using React and Redux


Languages

Language:JavaScript 41.5%Language:HTML 38.0%Language:CSS 20.5%