Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 982 Bytes

File metadata and controls

36 lines (22 loc) · 982 Bytes

React-Redux-Authentication

React-Redux Authentication SPA (Single Page Application),

Built using React JS, Redux, React-Router, Redux-Thunk to show User Authentication Through an API.

Authenticated Users are Able to View their Todos and Create New Todos

REST API Server for this application is available Here

Features

  1. User authentication with JWT from API.
  2. State Management with Redux

Getting Started

  1. git clone https://github.com/akinmaurice/react-redux-authentication.git
  2. cd react-redux-authentication
  3. npm install
  4. npm start

The above will get you a copy of the project up and running on your local machine for development and testing purposes.

Dependencies

  1. [React]
  2. [Redux]
  3. [React-Router]
  4. [Redux Thunk]
  5. [Redux-Persist]

License

This project is licensed under the MIT License - see the LICENSE.md file for details