Skip to content

andyfrith/react-redux-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-users

A React Redux application that provides simple user management tasks upon successful JWT authentication

Features:

  • User authentication using JWT
  • Displays a list of users using JSX
  • Can add and remove users
  • Can update existing user information (first name, last name, address)
  • Maintains user list across page loads
  • Has a basic UI styled using styled-components

Why Did I Build This?

This app was built to demonstrate an understanding of:

  • How to use React’s state and props
  • The React Redux lifecycles
  • ES6 Javascript
  • Implementing CSS styling using styled-components
  • Browser Local Storage
  • The react-router library
  • JWT authentication

Environment

This project template was built with Create React App, which provides a simple way to start React projects with no build configuration needed.

About

A React Redux application that provides simple user management tasks and is styled using styled-components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors