Build a TODO app using Vanilla JavaScript

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
  • react-ui-scrollspy

    Customizable Scroll Spy component for react which is Simple, Easy To Use and Lightweight with callback, typescript, auto-update URL hash and throttle support among others.

  • var todos = [ { id: 0, text: "subscribe to KJSCE codecell", complete: false, }, { id: 1, text: "Star https://github.com/pettiboy/react-ui-scrollspy on GitHub", complete: false, }, ];

  • javascript-todo-app

    A TODO app using JavaScript for logic and Bootstrap for styling.

  • You can also find the code on GitHub.

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

    The library for web and native user interfaces.

  • Now that we can build a TODO app using JavaScript, we will use a popular framework called React to build this app and see how it compares and solves various problems with writing code using Vanilla JavaScript.

  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • We will build a TODO app using JavaScript for logic and Bootstrap for styling in this tutorial.

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

  • Integrate Bootstrap with React

    2 projects | dev.to | 19 Apr 2024
  • I created an anonymous blog posting React app

    3 projects | dev.to | 7 Aug 2022
  • Tailwind Theming: Create Light and Dark Modes with Tailwind CSS

    4 projects | dev.to | 11 Oct 2023
  • EuroSquares: An AWS Amplify-Powered Game for Eurovision 2023

    4 projects | dev.to | 14 May 2023
  • How To Set Up a New Project With React & Capacitor.js

    2 projects | dev.to | 21 Apr 2023