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.
- 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
This project relies on the following dependencies:
- Waris Damkham 6388014
- Chanisara Kotrachai 6388087