algoritmau / JavaScript20

Repo for 20 random projects to practice vanilla JavaScript.

Home Page:https://spaceinvadev.github.io/JavaScript20/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Pure-JavaScript Projects

This is a collection of 20 small projects I coded to practice pure JavaScript concepts. No frameworks were used, just plain HTML, CSS, and javaScript.

Projects

Here's a list of all the projects I coded for this challenge. You may see them all on this website I created to showcase them.

  1. Quote Generator. This is a small app to fetch random quotes from an API via an async/await function.

  2. Infinite Scroll. For this project, I added "infinite scroll" to display images fetched from the Unsplash API.

  3. Picture-in-Picture. An app to share any screen from your computer and play in picture-in-picture mode.

  4. Joke Teller. This app fetches a random joke from an API and pass it to the native WebSpeech API to have it played on the browser. It was a fun one to code!

About

Repo for 20 random projects to practice vanilla JavaScript.

https://spaceinvadev.github.io/JavaScript20/


Languages

Language:HTML 51.0%Language:CSS 33.2%Language:JavaScript 15.7%