JavaScript Projects

Countdown Timer
App

Countdown Timer App

  • Timer till coming new year
  • Timer will change to next year if current year completes
View App

Quiz
App

Quiz App

  • Uses Trivia API to fetch 5 random questions and options
  • Displays your score at the end with restart option
View App

Todo List
App

Todo List App

  • Add or Delete items from Todo List
  • Mark items as completed
  • Implemented local storage for items
View App

GitHub Profiles
App

GitHub Profiles App

  • Uses GitHub Rest API
  • Search using GitHub Username to get user details and some repository details
View App

Movies
App

Movies App

  • Uses OMDb API
  • Search using movie/series name
  • Click on any movie/series to view details
View App

Password Generator
App

Password Generator App

  • Generates random password
  • Copy password with a click
  • Uppercase letters, numbers, symbols can be included
View App

Drawing
App

Drawing App

  • Draw on canvas using mouse
  • Change color, stroke width, reset canvas options are available
  • Export the drawing as an image
View App

Notes
App

Notes App

  • Add notes using Markdown
  • Edit or preview notes
  • Implemented local storage for Notes
View App

Recipes
App

Recipes App

  • Uses TheMealDB API
  • Search using any ingredient
  • Click on any recipe to view details
  • Add/Remove recipes to favorites
  • Implemented local storage for favorite Recipes
View App