using laravel api(Axios) devlopment with sanctum and jwt and in the front-end using vue.js and tailwind.css
the Home page at the same time an Auth page :
The register page :
The Home page after login : Once the user signs in, the device is able to get access tokens and refresh tokens as needed. When you click to sign out, the token is deleted
Add a new cotact :
The list of contacts in home page
Edit a specific contact :
Delete a specific contact :
After the delete