Skip to content

santu369/javascriptprojects

Repository files navigation

Javascript Projects

Inspiration for doing these projects - Florin Pop

Youtube Link for the challange video - 10 JavaScript Projects in 10 Hours - Coding Challenge 🔥

1. Countdown Timer App

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

2. Quiz App

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

3. Todo List App

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

4. Weather App

5. GitHub Profiles App

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

6. Movies App

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

7. Password Generator App

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

8. Drawing App

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

9. Notes App

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

10. 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