An open API service indexing awesome lists of open source software.

https://github.com/andyfrith/react-portal

This demo is a React Redux application that provides simple user management tasks upon successful JWT authentication.
https://github.com/andyfrith/react-portal

jwt-authentication material-ui react react-redux react-router

Last synced: about 1 month ago
JSON representation

This demo is a React Redux application that provides simple user management tasks upon successful JWT authentication.

Awesome Lists containing this project

README

          

React Portal


React Portal


React Portal

# react-portal

This demo is a React Redux application that provides simple user management tasks upon successful JWT authentication.

Features:

* User authentication using JWT
* Ability to display, add, update and remove users
* Maintains authentication and application state across page loads
* Has a basic UI built using React [Material-UI](https://material-ui-next.com/) components

## Why Did I Build This?

This app was built to demonstrate an understanding of best practices relating to:

* How to use React’s state and props
* The React Redux lifecycles
* ES6 Javascript
* Implementing Material-UI components
* Browser Local Storage
* The [react-router](https://reacttraining.com/react-router/) library
* JWT authentication

## Environment

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

## License

This project is licensed under the MIT license, Copyright (c) 2018 Andy Frith.