All Projects → thecodeholic → laravel-vue-survey

thecodeholic / laravel-vue-survey

Licence: other
This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
Blade
752 projects

Projects that are alternatives of or similar to laravel-vue-survey

variantwind
Most elegant way to work with TailwindCSS variants in Vue
Stars: ✭ 45 (-51.09%)
Mutual labels:  tailwindcss, vue3
nuxt3-app
Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite
Stars: ✭ 252 (+173.91%)
Mutual labels:  tailwindcss, vue3
vitesome
A simple opinionated Vue3 Starter Template with Vite.js
Stars: ✭ 124 (+34.78%)
Mutual labels:  tailwindcss, vue3
vue-3-stackter
A Vue3 starter project setup with Vite, Vue-meta, Router, Vuex, Eslint, Prettier, Tailwind CSS, and some custom preferences. Also, there is a TypeScript branch of this same setup.
Stars: ✭ 93 (+1.09%)
Mutual labels:  tailwindcss, vue3
FableStarter
An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler
Stars: ✭ 13 (-85.87%)
Mutual labels:  tailwindcss
vue-apicloud-cli
基于vue的APICloud脚手架
Stars: ✭ 44 (-52.17%)
Mutual labels:  tailwindcss
tailpress
A Tailwind CSS enabled Underscores theme
Stars: ✭ 60 (-34.78%)
Mutual labels:  tailwindcss
vitawind
Install and Setting Tailwindcss automatically for Vite
Stars: ✭ 46 (-50%)
Mutual labels:  tailwindcss
css-to-tailwind
Convert plain CSS to TailwindCSS classes. Demo: https://transform.tools/css-to-tailwind
Stars: ✭ 19 (-79.35%)
Mutual labels:  tailwindcss
BlazorAndTailwind
Tips and notes about Blazor and Tailwind
Stars: ✭ 27 (-70.65%)
Mutual labels:  tailwindcss
jefftriplett.github.io
📝 My blog which is held together by duct tape and bailer twine
Stars: ✭ 14 (-84.78%)
Mutual labels:  tailwindcss
petal components
Phoenix Live View Components
Stars: ✭ 138 (+50%)
Mutual labels:  tailwindcss
aymaneMx.com
🎨 my personal website, built with Nuxt.js & TailwindCSS and Vue-Notion.
Stars: ✭ 26 (-71.74%)
Mutual labels:  tailwindcss
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (+72.83%)
Mutual labels:  tailwindcss
scriptified.dev
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
Stars: ✭ 18 (-80.43%)
Mutual labels:  tailwindcss
vuepress-theme-gungnir
A blog theme for VuePress 2.
Stars: ✭ 160 (+73.91%)
Mutual labels:  vue3
sage-vue-tailwind
Sage 10 with laravel mix, tailwindcss and vuejs https://roots.io/sage/
Stars: ✭ 38 (-58.7%)
Mutual labels:  tailwindcss
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-83.7%)
Mutual labels:  vue3
blazor-tailwindcss-template
This template demostrates the integration of tailwindcss with blazor and covers important features like hot-reload and css isolation
Stars: ✭ 38 (-58.7%)
Mutual labels:  tailwindcss
todomvc-vue-composition-api
TodoMVC built with Vue 3 Composition Api and Vuex
Stars: ✭ 105 (+14.13%)
Mutual labels:  vue3

Survey Full Stack Application

Built with these technologies for YouTube Video

Requirements

You need to have PHP version 8.0 or above. Node.js version 12.0 or above.

Demo

https://yoursurveys.xyz

Installation

Backend

  1. Clone the project
  2. Go to the project root directory
  3. Run composer install
  4. Create database
  5. Copy .env.example into .env file and adjust parameters
  6. Run php artisan serve to start the project at http://localhost:8000

Frontend

  1. Navigate to vue folder using terminal
  2. Run npm install to install vue.js project dependencies
  3. Copy vue/.env.example into vue/.env and specify API URL
  4. Start frontend by running npm run dev
  5. Open http://localhost:3000

License

The project is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].