Full auth. functionality with RESTful token-based API using Laravel + Laravel Passport (only the JWT) and React with the Context API for the views (front-end).
Project also, includes Boostrap 4 (css only) for styling.
What the app do? Example Note app - users can create their own notes with title + description, to demostrate the CRUD functionality as simply as possible.
- Login
- Register
- Forget Password
- Reset Password (via email)
- Confirm Email on Register (not done yet)
- Full CURD implementation (app uses notes as example).
- Refactor all the forms with HOC component.