This is a web application that allows users to record video and audio using their camera, screen, or both.
You can try out the live version of this app at: recorder-app-yuvateja
- Camera recording
- Screen recording
- Combined camera and screen recording
- Pause and resume functionality
- Local storage of recordings
- Clone this repository
- Open
index.html
in a modern web browser
- Click on the desired recording mode (Camera, Screen, or Camera + Screen)
- Grant necessary permissions when prompted
- Use the controls to start, pause, resume, and stop recording
- Save or delete your recordings as needed
- HTML5
- CSS3
- JavaScript (ES6+)
- Web APIs (MediaRecorder, getUserMedia)
This project is licensed under the MIT License - see the LICENSE file for details.