Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 3.82 KB

README.md

File metadata and controls

65 lines (42 loc) · 3.82 KB

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