User Authentication system using React & PHP React => frontend PHP => backend => Restful api
Befor start using you should fist install
if you never befor install React :
npm install -g create-react-app
then: install material-ui:
npm install @material-ui/core
and you need also prepare axios
import axios from 'axios';
ENJOY ❤