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
simple interactive trivia game built for Harvard’s CS50x Problem Set 8 using HTML, CSS, and JavaScript. This project demonstrates core web development concepts like DOM manipulation, event handling, and user feedback through color changes and text updates. The app includes both multiple-choice and free-response questions.
Clipadvisor is a full-stack web application that boasts comprehensive CRUD functionality, allowing users to post, view, edit and delete reviews of barbers. Backend data processing is facilitated by Python+Flask in tandem with SQLAlchemy (via the Flask-SQLAlchemy extension). Dynamic templating logic has been put in place to enable visitors to nav…