/Extractify

A web app that extracts text content of a pdf file

Primary LanguageTypeScript

Extractify

A web app that extracts text content of a pdf file Extractify


Homepage Screenshot

Hosted

Features

  • Signup / Login
  • Multiple file upload
  • Extract text content from pdf
  • Stores user pdf
  • User can delete pdf
  • Responsive Design

Technologies

  • Firebase auth
  • Firebase Storage
  • Firebase Database
  • React JS
  • Typscript
  • Sass

Installation

  • Prerequisite

  • Clone the repository here

  • [cd] into the root of the project directory.

  • Run npm run install on the terminal to install project dependecies

  • Create a .env file and populate it with your firebase credentials using the .env.sample sample file

Start the application:

npm run start:dev

Navigate to http://localhost:3000 on your browser