An open API service indexing awesome lists of open source software.

https://github.com/devsargam/instagram-clone-frontend

Frontend for instagram clone
https://github.com/devsargam/instagram-clone-frontend

Last synced: about 1 year ago
JSON representation

Frontend for instagram clone

Awesome Lists containing this project

README

          

📷 Instagram Clone Frontend

Frontend code for instagram clone with React & Tailwindcss

### NOTE: The backend code for this can be found at

[![Backend Repo](https://github-readme-stats.vercel.app/api/pin/?username=devsargam&repo=instagram-clone-backend&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515)](https://github.com/devsargam/instagram-clone-backend)

## Table Of Contents

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Author](#author)
- [License](#license)

## Prerequisites

If your project needs any prerequisites or dependencies, list them here.

- node
- pnpm (preferred)

## Installation

Clone the project

```
git clone git@github.com:devsargam/instagram-clone-frontend.git
```

Install necessary dependencies

```
cd instagram-clone-frontend
pnpm install
```

Setup the necessary environment variables

```
copy .env.example .env
```

Run the dev server with

```
pnpm run dev
```

## Author

**Author Name**   :   Sargam Poudel

**Author URI**       :   [www.sargam.me](https://www.sargam.me)

**GitHub URI**       :   [devsargam](https://github.com/devsargam)

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)