- Login page
- Homepage
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)
Users can view the website by clicking this link.
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
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 🌟😉