HugoCastroBR / ALASKA-OS

Ultimate Web OS
5 stars 1 forks source link

Audio record app #54

Open HugoCastroBR opened 9 months ago

HugoCastroBR commented 9 months ago

Create an audio app which de user can use de microphone to record and save the audio as a .mp3 file.

SharkyBytes commented 9 months ago

Hey can u please assign this to me?

HugoCastroBR commented 9 months ago

Yes, for sure, start from dev branch Maybe u have to use --force flag when installing with npm, good luck!

SharkyBytes commented 9 months ago

Hey can you please elaborate on your issue more clearly ... it will be a great help to me to figure out how to start :)

HugoCastroBR commented 9 months ago

Hey can you please elaborate on your issue more clearly ... it will be a great help to me to figure out how to start :)

Description changed :), pls before start try to understand the patterns of the software In general using atomic design for UI, mantine UI components and Tailwind Css, for the files i am using indexedDB by the useFS hook and BrowserFS, the app shou have a white icon following the patterns of the rest of the application and use the DefaultWindow as container also I'm using latin1, utf-8 and base64(no types included) By default everything is using this base, as a good start you should not create a new slice for de application, just put it in the window slice and handler it in the DesktopView.tsx

If u need more information just comment here, i will reply asap.

Good luck!