/100daysofjs

Collection of 100 day's worth of JavaScript mini-projects.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Copyright (c) 2019-
Author: Chaitanya Tejaswi (github.com/CRTejaswi)    License: GPL v3.0+

100DaysofJS

Collection of 100 days' worth of JavaScript mini-projects.
Originally posed by Alexander Kallaway, these are templates for simple javascript applications.
Intended for personal use.

Index

A stopwatch utility with Start, Stop & Reset buttons that displays time in HH:MM:SS format.

A 4-function +-*/ calculator utility .

An MCQ-type quiz utility.

[011 - JSON Autocomplete] [source] [video]

An auto-complete application with data parsed from a JSON file.

References