kartikcode / SaaS-Analyzer

Inter IIT Tech Meet 10.0 - Digital Alpha SEC Filing Analyzer for SaaS Companies

Home Page:https://digitalalpha.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SaaS-Analyzer - SEC Filing Analyzer for SaaS Companies

Requirements

SaaS-Analyzer is built on React JS, Bootstrap 4, Reacstrap and the backend is built on Flask. Node JS is required to run the app.
The web app is hosted at https://digitalalpha.ml/

Installation

To get the project up and running, and view it in the browser, complete the following steps:

  1. Download and install Node: https://nodejs.org/
  2. Clone this repo.
  3. Install project dependancies: npm install
  4. Start the development environment: npm start
  5. Open your browser and visit http://localhost:3000

Development

When developing components, you may want assets automatically compiled and the browser to refresh automatically. To do this, run the following task:

  • npm run dev

Creating a static build

To create a static instance of this project, run the following task:

  • npm run build

This will create a folder called www, into which the required files will be created.

Deployment

To make this project publicly accessible, you can deploy a static instance by running the following task:

  • npm run publish

This will publish the contents of public to your gh-pages branch.

Glimpse of portal

The App consists of various sections. The most basic view starts from the Smart Search bar, which lets the user search for companies.

The examples below showcase the famous company Asana Inc., publicly traded as ASAN.

The portal shows 4 sections, namely:

  • Overview
  • Deep Dive
  • Highlights
  • Filings Explorer

About

Inter IIT Tech Meet 10.0 - Digital Alpha SEC Filing Analyzer for SaaS Companies

https://digitalalpha.ml


Languages

Language:CSS 50.6%Language:JavaScript 29.5%Language:SCSS 19.7%Language:HTML 0.1%