PORTFOLIO

A gist of my projects from the bootcamp and other personal front-end projects.

Google Structured Data Schema Tool

A automation tool for creating LocalBusiness schema for businesses

Features:
  • The tool automates the process of creating localBusiness schema
  • type of code that makes it easier for search engines to crawl, organize, and display your content
  • The tool is built on vanila JavaScript
  • The Schema is provided with HTML Contenteditable feature

Pomodoro

Pomodoro countdown timer using vanila JS

Features:
  • Toggle status to change between resting and working (toggle the status before you click play*)
  • When the counter reaches to zero the alarm is set off
  • Pause button to pause the timer and on start, the timer resumes from where it is left off
  • Stop button to terminate the counter in between which sets the time to the original
  • The program runs mainly on setInterval method

Ultimate Canadian Quiz

A timed quiz on JavaScript fundamentals that stores high scores in localstorage

Features:
  • A 60 seconds countdown quiz
  • For every correct answer score gets added by 5 points
  • For every wrong answer 5 seconds are decremented from the timer
  • Final scores are stored in the local storage
  • Upon finishing all scores are displayed from the localstorage

Clock -JavaScript

A clock with HTML CSS and mainly runs on JavaScript

Features:
  • Clock based on JavaScript setInterval
  • The current time is obtained from JavaScript Date object
  • Substring is used to breakdown Hour, Minutes, Seconds
  • CSS is used to display time