Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 1.49 KB

README.md

File metadata and controls

50 lines (46 loc) · 1.49 KB

Secured Audio Player

Develop an audio player embedded with encryption / decryption functions. The encryption and decryption function must be performed automatically once saving or playing an audio file. The program is required to support audio raw file format, e.g., *.wav.

Live Demo

Installation

  • Create a new Vite project using the command:
npm init vite@latest my-project --template react
  • Change to the project directory:
cd my-project
  • Initialize a new Git repository:
git init
  • Add the remote repository from GitHub:
git remote add origin https://github.com/Waariss/Secured-Audio-Player-.git
  • Pull the existing code from the GitHub repository:
git pull origin main
  • Install the required dependencies:
npm install react react-dom crypto-js @babel/core @babel/preset-env @babel/preset-react
  • Run the Vite development server:
npm run dev

Dependencies

This project relies on the following dependencies:

Interface Design

UI

Team Member

  • Waris Damkham 6388014
  • Chanisara Kotrachai 6388087