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
001 - StopWatch [source] [video]
A stopwatch utility with Start
, Stop
& Reset
buttons that displays time in HH:MM:SS
format.
002 - Calculator [source] [video]
A 4-function +-*/
calculator utility .
003 - Quiz [source] [video]
An MCQ-type quiz utility.
[011 - JSON Autocomplete] [source] [video]
An auto-complete application with data parsed from a JSON file.