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
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
This project template was built with Create React App, which provides a simple way to start React projects with no build configuration needed.