You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Browser A simple desktop web browser built with Electron. Has tabs, an address bar, back/forward/reload, and loads real websites via <webview>. Run locally npm install npm start Package into an installable app npm run dist Output goes to the dist/ folder (installer for your OS). File overview main.js
A simple front-end web application demonstrating user registration, login, and profile display using HTML, CSS, and vanilla JavaScript. Data persistence relies solely on browser LocalStorage and SessionStorage – no backend required. Ideal as a beginner/practice project.