diff --git a/README.md b/README.md index 202517d..59b98c0 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Instagram clone ## Overview +1. Login page ![Screenshot from 2024-02-24 20-43-11](https://github.com/morikeli/Instagram_clone/assets/78599959/cb99eb64-28e1-4ef9-9d64-9b3a5705e7ca) +2. Homepage +![Screenshot from 2024-02-26 13-55-21](https://github.com/morikeli/Instagram_clone/assets/78599959/8818beea-75fc-448e-8a2b-c437045816ff) + + This is an Instagram clone that has most of the features available in Instagram. These features include: - Authentication - Follow/unfollow users @@ -18,5 +23,17 @@ Technologies used: ## Developer instructions +Installation instructions + +```(bash) + $ 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. +