Survey Laravel

Introduction
Use Laravel+React.js+Tailwind to make a simple questionnaire management system. Firstly, the front-end page is constructed through React.js and Tailwind, and then Laravel is used to determine whether the user is logged in or not. Most of the APIs can be used only if the user is logged in. This time, I tried to use Laravel RESTful API to write part of the API.
Design :
XD
Skills :
Laravel / React.js / Tailwind / MySQL / MAMP
Featured :

Log in and log out through Laravel's Auth, and use Middleware to separate login and non-login.

Create what you want to investigate, and the questions you want to ask.

Update existing survey content.

Show created survey content.

Fill out the questionnaire page.