Skip to content
#

browser-api

Here are 55 public repositories matching this topic...

In this little demo application, I used several DOM concepts, like element positions and sizes, scrolling, and some browser features, like dynamic script additions and template tags, timers and intervals. Besides, I had a loo at some browser APIs such as location, history and navigator (in the browser console).

  • Updated Oct 9, 2023
  • JavaScript

This JavaScript demo uses Webpack to bundle my code and Babel to translate it to older JavaScript code that runs in older browsers as well. I integrated Google Maps library to this project to display a map on the screen. I also created a sharable link with the clipboard API which people can use to load the place in a other page.

  • Updated Mar 29, 2024
  • JavaScript

A React-based web application to demonstrate and test the browser’s native DOMParser API. Built in May 2020, it parses HTML strings and manipulates the DOM programmatically using React functional components and hooks. Built with Create React App, this lightweight tool is maintained with the latest React version for consistent testing and learning.

  • Updated Jun 15, 2026
  • JavaScript

The "React Audio Player" is a web application that allows users to upload audio files (e.g., mp3) and create playlists. The application utilizes built-in Browser APIs to store the audio files locally. Users can view and interact with a playlist, including a "now playing" view that displays the currently playing audio file.

  • Updated Jan 31, 2024
  • JavaScript

Add this topic to your repo

To associate your repository with the browser-api topic, visit your repo's landing page and select "manage topics."

Learn more