Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.31 KB

readme.md

File metadata and controls

44 lines (31 loc) · 1.31 KB

Image Detail Extractor

A web application that extracts the details of an image and displays it to the user.

Getting Started

Instructions on how to install the project:

    git clone https://github.com/furiousluck/Image-Detail-Extractor.git
    cd Image-Detail-Extractor
    cd client
    npm install
    npm run dev
    cd ..
    cd server
    npm install
    npm start

Deployment

  • Deployed Server on Render

  • Link

  • Note: The app is deployed on a free tier, so it might take some time to load the first time.

  • Deployed Client on Vercel

  • Link

Tech Stack

  • Express
  • React
  • Node JS

Images

image image image

Issues

  • The app is unable to preview some images. This is because the image is not in a format that is supported by the browser. The app is unable to convert the image to a format that is supported by the browser. This is a known issue and I am working on it.