An Instagram-inspired web application featuring epic self-portraits from renowned artists. Built with HTML, CSS, and JavaScript as part of the Scrimba Fullstack developer Path.
Check out the live project: Oldagram Clone
- Responsive design that mirrors Instagram's interface
- Interactive like system with:
- Double-click on posts to like
- Click on heart icon to like/unlike
- Dynamic post rendering from data
- Hover effects on action buttons
- Semantic HTML structure
- HTML5
- CSS3
- JavaScript
- Google Fonts (Source Sans 3)
- Create a static post layout
- Implement semantic HTML
- Add hover effects on interactive elements
- Heart icon
- Comment icon
- Direct Message icon
- Dynamic post rendering using JavaScript
- Interactive like functionality
- Double-click post to like
- Toggle likes via heart icon
- Clone the repository:
git clone https://github.com/Elikyals/oldagram.git-
Open
index.htmlin your browser to view the project -
For development version with static HTML, use
index-core.html
instagram-clone/
├── images/
├── index.html
├── index-core.html
├── index.css
└── index.js
Contributions, issues, and feature requests are welcome!
- Scrimba for the project inspiration
- Project built as part of the Fullstack Developer Career Path