Dodo Static Site Generator (v0.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
  • topics-in-open-source-2021

    OSD600/DPS909 Topics In Open Source 2021

  • For release 0.1 of OSD600, the goal was to create a Static Site Generator (SSG). An SSG can be a really useful tool to avoid having to manually write HTML code since it can be automatically generate from a simple txt file.

  • dodo-ssg

    Discontinued A simple Static Site Generator CLI [Moved to: https://github.com/menghif/static-dodo]

  • To write this program it took me longer that I expected but I am happy with the results and I know things can always be improved. The code can be viewed on Github. I welcome any suggestions for improvements!

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

    yargs the modern, pirate-themed successor to optimist.

  • To complete this little project I used NodeJS and Yargs. Yargs is a Node library that allows to parse arguments to a command line interface. It was my first time using it and I found it pretty intuitive (I also like it's pirate theme!)

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

  • Create a Chat App With Node.js

    8 projects | dev.to | 30 Apr 2024
  • Theming using CSS Variables? Turn Them into VS Code Snippets for Faster, Error-Free Coding

    1 project | dev.to | 14 Apr 2024
  • Zx 8.0

    1 project | news.ycombinator.com | 7 Apr 2024
  • UI Libraries are Dying: What’s Next?

    1 project | dev.to | 3 Apr 2024
  • A Guide to Building CLI Tools in JavaScript

    2 projects | dev.to | 28 Mar 2024