hadoizz / hady

Home Page:hady.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tadashi

Tadashi

Table of contents

  1. Introduction

  2. Live Website

  3. How to setup?

    1. Clone the repo to your system.
    2. Install all the packages on client and server folder.
    3. Create environment variables on both folders according to .env.example files.
    4. Start the servers.
  4. Screenshots

    1. Home
    2. Tools
    3. Post Downloader
    4. Reels Downloader
    5. Profile
    6. User Profile
    7. Faqs
    8. Contact
  5. Tech Stack

  6. Feedback

Introduction

Tadashi is an online web-app that allows you to download Instagram photos and videos.

Live Website

https://tadashi.vercel.app/

How to setup?

Clone the repo to your system.

git clone https://github.com/theviralboy/tadashi

Install all the packages on client and server folders.

for client folder

cd client
npm i # or yarn install

for server folder

cd server
npm i # or yarn install

Create environment variables on both folders according to .env.example.

  1. Create .env.local file for client and .env for server according to .env.example.
  2. Go to Instagram.com.
  3. Open Developer Tools by pressing Ctrl + Shift + I or F11 key.
  4. Follow these steps for get your Instagram cookies. Steps for get your Instagram cookies
  5. Paste the cookie inside .env file in server folder.

Start the servers.

for client folder

cd client
npm start # or yarn start

for server folder

cd server
npm run dev # or yarn run dev

Screenshots

Home

Home

Tools

Tools

Post Downloader

Post Downloader

Reel Downloader

Reel Downloader

Profile

Profile

User Profile

User Profile

FAQ

FAQ

Contact

Contact

Tech Stack

React JS, Next JS, TailwindCSS, Firebase 9, Node JS, Express,

Feedback

If you have any feedback, please reach out to us at sahilverma.webdev@gmail.com

About

hady.vercel.app


Languages

Language:JavaScript 98.7%Language:CSS 1.0%Language:Shell 0.3%Language:Procfile 0.0%