Skip to content

cdadityang/webdev-projects

Repository files navigation

Learn Web Dev through projects

Learning basics of web development from various sources on the internet - Mostly YouTube.

Demo Links and Sources:

  1. Video Snapper using WEBRTC

  2. Image Gallery using Vanilla JS

  3. Crave Launcher - A Simple Chrome Extention

  4. Movie Search with OMDB

  5. Star Ratings JS app with Font Awesome 5

  6. Finddit - Reddit search API

  7. Google Maps API

  8. Custom Vanilla JS Elements

  9. Image Filter App

  10. Typer Racer - Type as fast as you can!

  11. Newsletter signup App with Mailchimp API

    • Tutorial YouTube Link
    • It uses express server, Node.js and node-fetch to make fetch requests.
    • Whenever user submits the form, the params are send to Mailchimp API and added to list and if success > success page shows up, or else fail page shows up.
    • After cloning run npm i and then npm run start
  12. Custom PDF Viewer

  13. WinBox.js Tutorial