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
Smart a lightweight web component library that provides capabilities for web components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the need of dependencies and an overhead of a framework.
A simple JavaScript quiz game built to practice DOM manipulation, event handling, and interactive UI design. The project includes multiple questions, scoring logic, and a complete front‑end layout.
A simple JavaScript cash register project that calculates change using real currency denominations. I’m still refining the UI and improving the logic to make the app cleaner and more accurate.
A simple JavaScript palindrome checker built for the FreeCodeCamp curriculum. It takes user input, processes the string, and determines whether it reads the same forward and backward.