Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.42 KB
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