Hardware Engineer in Dire need of Front End help

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

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
  • Next.js

    The React Framework

  • On a node server, you can use a front-end framework to create your view layer. A popular, well documented JS front-end framework is ReactJS, but there's ..... thousands of others haha. There are front-end frameworks that leverage Node, React, and follow best-in-class conventions like NextJS (https://nextjs.org/) , which can be a good place to get started just to get something working locally.

  • handlebars.js

    Minimal templating on steroids.

  • 1.1 To generate an HTML file based on incoming data, you'd usually use a templating engine. I recommend handlebars, it integrates wonderfully with express and it's super easy to get started with.

  • 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
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • 1.There's a 99% chance that the Node server is based on express — which means that you can simply add new endpoints for the pages you need. Check out expressjs for how to do that.

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

  • 7 Frameworks, One SAML Jackson - Your Open Source Single Sign-On Solution

    9 projects | dev.to | 3 Apr 2024
  • React Sees a dip in NPM downloads this week

    2 projects | news.ycombinator.com | 20 Sep 2023
  • MEAN vs MERN: Decoding the 2 Best Stacks For Your Next Web Project

    2 projects | dev.to | 30 Aug 2023
  • Next JS vs Nest JS

    5 projects | /r/node | 15 Jun 2023
  • New Video: How to get started with the TERN stack

    5 projects | dev.to | 10 May 2023