Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankubhaiya/instagram
https://github.com/pankubhaiya/instagram
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pankubhaiya/instagram
- Owner: pankubhaiya
- Created: 2023-11-16T15:44:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T16:53:39.000Z (10 months ago)
- Last Synced: 2024-10-27T22:23:49.473Z (3 months ago)
- Language: JavaScript
- Homepage: https://fantastic-bienenstitch-f1dede.netlify.app/
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Instagram Clone App
Welcome to our Instagram Clone App! This application allows users to view and interact with posts, add comments, and create new posts. Built using React, and a mock API for data.Tech Stack
React
Redux
Axios (for API calls)
JSON Server (for mock API)
HTML/CSS
Setup Instructions
Clone the repository: git clone [repo_url]
Navigate to the project directory: cd instagram-clone
Install dependencies: npm install
Start the JSON Server: npm run start-api
Start the React app: npm start
Open your browser and navigate to http://localhost:3000
API Documentation## Installation
1. Clone the repository:
2. Install server dependencies:
npm install
3. Install client (frontend) dependencies:## Usage
To run the application, follow these steps:
1. Start the server:
2. Start the React frontend:npm start
3. Access the application at `http://localhost:3000/`.