Skip to content

Commit a7ea9e9

Browse files
committedMar 19, 2022
Add images
1 parent 6b8058c commit a7ea9e9

8 files changed

+50
-0
lines changed
 

‎DOCS.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# SEFASSC - SEC Filing Analyzer for SaaS Companies
2+
## Requirements
3+
SEFASSC is built on React JS, Bootstrap 4, Reacstrap and the backend is built on Flask. Node JS is required to run the app.
4+
5+
## Installation
6+
To get the project up and running, and view it in the browser, complete the following steps:
7+
8+
1. Download and install Node: <https://nodejs.org/>
9+
2. Clone this repo.
10+
3. Install project dependancies: `npm install`
11+
4. Start the development environment: `npm start`
12+
5. Open your browser and visit <http://localhost:3000>
13+
14+
## Development
15+
When developing components, you may want assets automatically compiled and the browser to refresh automatically. To do this, run the following task:
16+
17+
* `npm run dev`
18+
19+
## Creating a static build
20+
To create a static instance of this project, run the following task:
21+
22+
* `npm run build`
23+
24+
This will create a folder called `www`, into which the required files will be created.
25+
26+
## Deployment
27+
To make this project publicly accessible, you can deploy a static instance by running the following task:
28+
29+
* `npm run publish`
30+
31+
This will publish the contents of `public` to your `gh-pages` branch.
32+
33+
## Glimpse of portal
34+
The App consists of various sections. The most basic view starts from the Smart Search bar, which lets the user search for companies.
35+
36+
The examples below showcase the famous company _Asana Inc._, publicly traded as `ASAN`.
37+
38+
The portal shows 4 sections, namely:
39+
- Overview
40+
- Deep Dive
41+
- Highlights
42+
- Filings Explorer
43+
44+
![](pics/Screenshot%20(95).png)
45+
![](pics/Screenshot%20(88).png)
46+
![](pics/Screenshot%20(89).png)
47+
![](pics/Screenshot%20(90).png)
48+
![](pics/Screenshot%20(91).png)
49+
![](pics/Screenshot%20(92).png)
50+
![](pics/Screenshot%20(94).png)

‎pics/Screenshot (88).png

175 KB
Loading

‎pics/Screenshot (89).png

127 KB
Loading

‎pics/Screenshot (90).png

225 KB
Loading

‎pics/Screenshot (91).png

216 KB
Loading

‎pics/Screenshot (92).png

170 KB
Loading

‎pics/Screenshot (94).png

192 KB
Loading

‎pics/Screenshot (95).png

104 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.