Seeker for frame by frame in your video using this app
A frame seeker app was one of my first applications using vanilla JavaScript, HTML, and CSS. The initial purpose of this application was to create a YouTube video seeker using the Canvas API and requestAnimationFrame to extract frames and render them when hovering over a progress bar. This was concluded years ago, and now the project has been recreated using React and Tailwind with a clearer visual.
Those are the main technologies I used to build this project.
π» languages | π libraries & frameworks |
---|---|
- | |
- | |
- |
If you want to test the project local for any reason, first of all clone this repo:
git clone https://github.com/vinicius-goncalves/react__frame-seeker
After cloning, go to the root project folder and then install the required packages using your package manager.
npm install
Since this project uses Vite, you can use npm run dev
when developing or npm run build
for deployment purposes.
You can try this project out by clicking below on the follow link: frame-seeker.vinicius-goncalves.com.