Instagram Clone
Python Javascript React Flask HTML CSS SQL
In a multi-faceted project, I developed an Instagram clone that encompasses both server-side
and client-side dynamic pages, each with distinct implementations. Initially, I built an interactive
website using server-side dynamic pages, focusing on CRUD operations, sessions, and SQL database interactions.
This involved rendering pages on-demand and managing user interactions such as creating, updating, and deleting posts, comments, and likes.
Building on this foundation, I then refactored portions of the server-side code into a REST API,
creating a client-side application in JavaScript using React. This client-side app
dynamically interacts with the server via asynchronous AJAX calls to the REST API,
showcasing my skills in JavaScript programming and modern web development practices.
Homepage
Profile Page