simple_react_jwt_app

A simple React app demo with JWT authentication

(this project is only for getting familiar with JWT in react)

simple react app with JWT authentication output implemented by Ali Bodaghi


This repository is only contain the frontend part.

The backend part of this app is a NodeJS app that only serve API with JWT login and located HERE.


This project implemented according to below Tutorial

link to the tutorial