This project is a clone of the Instagram web app. It's built using React, React libraries (react-router-dom, axios, swiper), Tailwind CSS and SCSS. Watch this repo to be informed about the next updates of this application :)
Github
Github
Github
Site
Github
Site
Github
In order to setup the project you'll need to the following steps :
Clone this repo to your local machine using following command :
git clone https://github.com/masoudnick/instagram.git
Install npm dependencies using following command :
cd instagram && npm install
Run development server using following command :
npm start
Runs the app with opening http://localhost:3000 in the browser.
Run json server using following command, then the server runs at http://localhost:8000
json-server --watch server/db.json --port 8000
Give a ⭐️ if this project helped you!