📸 Some_App is an Instagram cloning application designed to mimic the core features of Instagram, allowing users to create an account, post images, follow friends, and like and comment on posts. This project serves as a practical demonstration of full-stack web development skills using Django and other modern web technologies.
- 👤 User Authentication: Users can sign up, log in, and log out.
- 🖼️ Profile Management: Users can create and edit their profiles.
- 📷 Image Posting: Users can upload images and captions.
- 📰 Feed: View posts from users you follow.
- ❤️ Like & Comment: Engage with posts through likes and comments.
- ➕ Follow/Unfollow: Follow and unfollow other users.
- Frontend: HTML, CSS, JavaScript
- Backend: Django
- Database: SQLite / MySQL
- Other: Bootstrap for styling