buneeIsSlo / screenREC

A really simple , ad-free & minimal web based screen recorder ๐Ÿ“น

Home Page:https://screen-rec.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenREC

๐Ÿ“น ScreenREC

A really simple web screen recorder.

ScreenREC - A really simple ad-free minimial web screen recorder | Product Hunt ScreenREC - A really simple ad-free minimial web screen recorder | Product Hunt

๐ŸŽฏ About

The project is developed with Vanilla JS and HTML.
I've styled & refactored the WebApp using a custom boilerplate built on Parcel V2.

โ–ถ๏ธ Demo

Here you can find the live deployed version:

โœจ Features

โœ”๏ธ Export type selector (currently MP4/WebM)
โœ”๏ธ Video preview
โœ”๏ธ Video download
โœ”๏ธ Dark/Light mode toggle
โœ”๏ธ Current OS theme detection
โœ”๏ธ Ad-free
โœ”๏ธ Open-Source
โŒ Doesn't support Mobile Devices yet.

Installation Guide for Cloud or Linux Users only :

  • Using this button open this project on Gitpod. Open in Gitpod
  • Now run npm install in terminal to install the packages .
  • Run npm run start to use development mode .
  • Run npm run build to build
  • Or you can deploy the static site on netlify or vercel or any other platform.
    Deploy with Vercel Deploy with Netlify

Installation Guide for Windows Users or Local Developement :

  • Fork this repo
  • then in terminal run git clone https://github.com/devgossips/screenREC
  • Open the folder in your desired Code Editor (eg: VS CODE)
  • Now run npm install in terminal to install the packages .
  • Make sure you delete .parcel-cache&dist folder ๐Ÿ“‚ firstly. Then Run npx parcel src/index.pug to use in development mode.
  • Run npm run build to build the final project
  • Or you can deploy the static site on netlify or vercel or any other platform. Deploy with Vercel Deploy with Netlify

๐Ÿ™ If you find this useful :

Twitter URL &

๐Ÿš€ Technologies

๐Ÿง‘โ€๐Ÿ’ป Made with โค๏ธ by Sagnik Sahoo

About

A really simple , ad-free & minimal web based screen recorder ๐Ÿ“น

https://screen-rec.vercel.app

License:MIT License


Languages

Language:SCSS 55.4%Language:JavaScript 24.0%Language:Pug 14.4%Language:HTML 3.5%Language:Shell 2.8%