Skip to content

morikeli/instagram-clone

Repository files navigation

Instagram clone

Overview

  1. Login page

Screenshot from 2024-02-24 20-43-11

  1. Homepage

Screenshot from 2024-03-08 22-09-45

This is an Instagram clone that has most of the features available in Instagram. These features include:

  • Authentication
  • Follow/unfollow users
  • Like/Unlike posts
  • Comment on posts
  • Update user profile

Technologies used:

  • HTML, CSS, Javascript, Bootsrap 5, htmx (front end)
  • Django (back end)

User instructions

Users can view the website by clicking this link.

Developer instructions

Installation instructions

  $ cd Desktop
  $ git clone https://github.com/morikeli/Instagram_clone.git
  $ python3 -m venv .instagram-clone-venv
  $ source .instagram-clone-venv/bin/activate
  $ pip install -r requirements.txt

Known issues

Incase of an error or bug create an issue using the Issues tab or create a new branch using Git and make a pull request.

Don't forget to star the repo 🌟😉