MovieHex. Done login, home and sidebar.
I have used Next.JS and TailwindCss.
MovieHex. Done login, home and sidebar.
I have used Next.JS and TailwindCss.
Added Audio based transmission. It uses the device’s microphone and speaker to interact with other devices. This ensures full data transfer. Comparing with protocols, QR-based transfer is UDP and audio-based transfer is TCP as audio-based transfer acknowledges successful receiving of packets.
I couldn’t post devlogs during the journey due to some personal issues. But, the final output is here! Deployed on vercel.
You can enter your equations and convert it into sound and listen what your equation says.
Startup animation like the legacy BIOS
I have added the terminal in VSCode.
Terminal Commands:
run [file] Execute file JS/TS code
node Execute specified JS file
ls, pwd, cd [dir] Navigate directory structure
cat, touch, rm File inspection and edits
cp, mv Copy or rename files
echo [> file] Print text or write to file
grep, find, wc Search and inspect content
head, tail View line subsets
date, env, history System tools
clear, reset Manage terminal state
Added customizable search engine and some minor state handling updates
I have added custom search engine feature with super clean UI as always.
How to use it?
Click on the pencil icon, then select add search engine in the search engines select and add your search engine url. Use %s for the query
The ratings say that I should improve my devlogs, add custom search engines and some said that I should add google and other search engines. I am adding the custom search engine feature and improving my devlogs. Here is the screenshot how you can select the preset browsers.
Created a VSCode interface. Now working on terminal
Changed the chrome new tab to my GlassTab. Also, fixed calculator as the ratings told to update. Next: VSCode Update.
Completed the project. Now encryption, passphrase generation and transfer everything works well.
Done real passphrase generator with a wordlist
Updated the UI with shadcn/ui
Started working on the encryption. I am gonna use the X25519 for keypair generation, AES-256-GCM for data encryption
Updated basic UI and the window control buttons. Shifted to mac styled buttons
Completed making the receiving. Now I can scan to get the file shared by the sender. Next: Encryption
Now my app generates qr codes for the files. Next: I will work for receiving