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
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.
A real-time code editor built with Node.js, React.js and Socket.io which provides a range of powerful features like instant synchronization of code changes. Every team member has access to the most up-to-date version of the code. Automatic syntax highlighting (currently JavaScript only) optimize code readability, themes allow personalization.
This is a Node.js backend server for a multiplayer chess game with real-time capabilities using WebSockets (`socket.io`). It features user authentication, game management, chat, and move tracking using MySQL and `chess.js` for game logic.