Skip to content

DimitarDevP/react-redux-login-registration-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Login & Registration Example

This is an example application to demonstrate how we can manage login/registration flow in our React app with Redux.

For this example, I used Semantic UI React framework to create the user interface.

Usage

git clone https://github.com/feyyazakkus/react-redux-login-registration-example
npm intall
npm start

Run Server

To communication with our React application I created a fake rest api with the power of json-server library. To run the server just do:

npm run api

About

Login & Registration Example with React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • HTML 6.1%
  • CSS 0.2%