html-form-to-google-sheet VS langterm

Compare html-form-to-google-sheet vs langterm and see what are their differences.

html-form-to-google-sheet

How to submit HTML forms to Google Sheets. (Updated for 2023 Script Editor) (by levinunnink)

langterm

🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure (by statico)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
html-form-to-google-sheet langterm
5 4
677 76
- -
0.0 5.1
over 1 year ago 6 months ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

html-form-to-google-sheet

Posts with mentions or reviews of html-form-to-google-sheet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Self-hosting forms, the sane way
    1 project | news.ycombinator.com | 27 Apr 2024
  • Ways of sending HTML form to spreadsheet
    1 project | /r/web_design | 12 Dec 2022
  • Ways to send HTML form data to a spreadsheet
    1 project | /r/Frontend | 11 Dec 2022
    This guide is current and works well. https://github.com/levinunnink/html-form-to-google-sheet
  • Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
    27 projects | news.ycombinator.com | 16 Nov 2022
    Modern web is fairly complex but it doesn't have to be. What you're after is a simple form to submit that data to someplace. CSS and JavaScript in your case are only needed to improve the look and get some kind of dynamic feedback.

    So you have the client webpage, this can be a really simple webpage without any style that just has several form tags (Reference: https://www.w3schools.com/tags/tag_form.asp).

    Then you need to send this data to some place. You can use standard html actions to do this to a back end script, a rest api, or even to a formatted email that will be sent via the user's email client.

    You may need node to code the back end if there isn't one you can use. You can also use google sheets. See example here: https://github.com/levinunnink/html-form-to-google-sheet. This is really only useful for a small prototype so at some point you would need to standup your own backend somewhere. That gets more complicated because now you need a script (could be JavaScript & node for example or PHP or anything else) which processes your form request and stores it to a database someplace else.

    Good luck and happy coding.

  • Send HTML forms to Google Sheets (2021 version)
    1 project | news.ycombinator.com | 20 Sep 2021

langterm

Posts with mentions or reviews of langterm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
    27 projects | news.ycombinator.com | 16 Nov 2022
    I purposely wrote my home page (https://langworth.com) with plain, vanilla JavaScript, which features both WebGL and plaintext clients for a server-side text adventure game, because I wanted to remind myself that it's not that difficult to build something interactive and fun without miles of modern front-end tooling.

    It started as a single page but I eventually broke it out into a few files for organization. The WebGL parts are lengthy and boilerplate-y because, well, that's GL for you. https://github.com/statico/langterm

  • Ask HN: Share Your Personal Site
    87 projects | news.ycombinator.com | 6 Apr 2022
    https://langworth.com

    It’s a retro experience with a text adventure game. I wrote it to prove to myself that I kinda knew WebGL after shutting down our browser gaming startup.

    Only one person has beaten the game. Most don’t make it inside the building. Guess I’m not a great game designer ;)

  • Langterm
    1 project | news.ycombinator.com | 18 Nov 2021

What are some alternatives?

When comparing html-form-to-google-sheet and langterm you can also consider the following projects:

web_app_from_scratch - One script for every web framework which sets up a minimal web app with routing, templates and users.

storyboarder - ✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.

longwood - Experimental rendering library

open-props - CSS custom properties to help accelerate adaptive and consistent design.

uibuilder - Typed HTML templates using TypeScript's TSX files

javascript-todo-list-tutorial - ✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱

unpkg - The CDN for everything on npm

Web-Dev-For-Beginners - 24 Lessons, 12 Weeks, Get Started as a Web Developer

eureka - Lucene-based search engine for your source code

content - The content behind MDN Web Docs