Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morikeli authored Feb 26, 2024
1 parent ecde7ee commit 963eb96
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.


0 comments on commit 963eb96

Please sign in to comment.