Desktop Development for the Web Developer - Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vvte-qs

  • github repo - part 1

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  • We'll start by using Vite to install Vue as the base of our app.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vite

    Next generation frontend tooling. It's fast!

  • We'll start by using Vite to install Vue as the base of our app.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Say what you will about CSS/HTML but it is actually pretty great at making it easy to build out a UI. Enter Tailwind CSS. What I love about Tailwind is it leverages the component based UI architecture we will be building in Vue. You can build out some really engaging work by just putting Tailwind classes directly in your HTML. It will really encourage you to keep things DRY by reusing entire components instead of CSS classes. It is great.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tailwind class madness. Never again?!

    3 projects | dev.to | 29 Sep 2021
  • Help a fellow backend dev chose a frontend framework for his personal project

    10 projects | /r/Frontend | 2 Jun 2023
  • #10: Get Creative - with Vue.js

    3 projects | dev.to | 11 May 2022
  • What is the most modern way to connect to a ... a dapp? Man... I'm a dinosaur and it's only been 2 years

    3 projects | /r/ethdev | 4 Apr 2022
  • Vue 3 production-ready analysis

    11 projects | /r/vuejs | 25 Jan 2022