Skip to content

pankubhaiya/Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram

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

  1. Access the application at http://localhost:3000/.