laravel9-vue3-tailwind-online-survey
Full Stack Application with Laravel, Vue 3 and Tailwindcss
-sign up
-login
-create survey
-share the survey
-apply the survey answers
-view the surveys in fine look
-brief explaination in the Dashboard for last survey or total surveys also the total answers and question of surveys and the answers of the last survey.
-laravel
-vue-
-tailwindcss
-Vue Components (Login, Register, Layout)
- Redirect to Login Page
- Create Layout and Navbar
- Create Reusable PageComponent
- Generate Migrations
- Signup on Backend
- Signup on Frontend
- Login on Backend
- Login on Frontend
- Logout on Backend
- Logout on Frontend
- Define Surveys Structure
- Create Survey Pages
- Survey Card with Tailwindcss
- Create Survey Form
- Start Working on Questions
- Display Question inputs
- Render Question Type Select
- Render Options for question
- Add Question, Delete Question
- Laravel Survey CRUD
- Save Survey in Vue
- Add Image to Survey
- Survey Update in Vue
- Show Loading on Survey View
- Survey Delete in Vue
- Get Surveys From Backend
- Implement Saving Questions
- Show Notification on Survey Update
- Add Animations
- Implement Pagination
- Create Survey Public Page
- Implement Get Survey By Slug
- Display Questions on Public Page
- Implement Saving Answers
- Implement Dashboard
- Fix Dashboard Bugs
- Show Validation Errors