🔨 Recorder and Music Player #Demo
The Recorder and Music Player project is a dynamic application that combines the functionalities of a voice recorder and a music player. It provides a seamless experience for recording your own audio and enjoying your favorite music tracks. The project utilizes modern technologies, such as React and TypeScript, to deliver a reliable and user-friendly interface.
- Recorder: Capture your own voice or any other audio with the built-in recording feature. Easily add the recorded audio to your playlist for playback.
- Music Player: Upload and organize your favorite music tracks from your local machine. The music player offers essential controls like play, pause, next, and previous, allowing you to enjoy a smooth playback experience.
- [Deployed] Demo
- React
- Typescript
- Install Node.js
To run program, run the following command.
To run program, run the following command.
-
Use the terminal to execute the following commands:
npm install
oryarn install
to install the dependencies for react applicationnpm start
to start the the application
-
Open your browser on
http://localhost:3000
to see the page
- To run tests, run the following command.
npm run test
- Node.js