Skip to content

Nara1469/financial-statement-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Statement Analysis

MERN Stack App uses Chart.js and React-Chartjs-2 libraries

About

Our application pulls various metrics and data out of financial statements published by publicly traded companies. With the data provided our users can plot, analyze key financial metrics and compare companies within their portfolio using visualization tools to make informed financial decisions.

Table of Contents

User Story

As a user, I want to be able to pull and analyze any company's financials in order to make sound financial decisions.

Installation

See the link to the deployed site.

Otherwise to run locally, after cloning the repository run the code below:

npm i
npm run build
npm run start
npm run develop (for developer mode)

MongoDB will be needed to run the application locally.

Note: Update ./config/connection.js and the root/ .env as needed for your database info.

License

🏆 This application is licensed under GNU GPL v2.

License: GPL v2

Built With

HTML / CSS / JavaScript / React.js / Node.js / Heroku / Express.js / MongoDB / GraphQL / JWT- JSON Web Token Authentication

Usage

  • Sign-up or login by clicking on the "Login/Sign Up" button in the top right.

Screen Shot 2022-06-12 at 11 42 02 PM

  • Once signed in you'll see that the "Portfolio" and "Ratio" pages have been made available. Screen Shot 2022-06-12 at 11 42 46 PM

  • On your portfolio page search and save companies to your Portfolio and review the profile, financial summary, and financial statement of those companies.

Screen Shot 2022-06-12 at 11 44 34 PM

Screen Shot 2022-06-12 at 11 45 39 PM

Screen Shot 2022-06-12 at 11 46 00 PM

  • In the ratio page search for the companies and metrics of your and use the visualization tools to draw comparisons.

Screen Shot 2022-06-12 at 11 58 52 PM Screen Shot 2022-06-12 at 11 58 23 PM

  • Lastly, leave this site better informed to make great financial decisions!

Wireframe

Front-end file structure (React Components)

Financial Statement Analysis (index.js)
|
App.js
|
Navbar.js                
|
├── /pages   
│       │       
│       ├── Homepage.js                                        
│       ├── PortfolioPage.js  
│       │       │
│       │       └── Navigation.js
│       │               │
│       │               ├── Profile.js           
│       │               ├── Summary.js                           
│       │               └── Statement.js                           
│       │
│       └── RatioPage.js  
│               │       
│               └── RatioTable.js   
│    
├── LoginForm.js                                     
└── SignupForm.js

Links

https://financial-analysis-project-du.herokuapp.com/

https://github.com/Nara1469/financial-statement-analysis

Contacts

Nara Davaasuren - https://github.com/Nara1469

W. Brandon Comfort - https://github.com/Wbgc728

About

MERN: Make the Financial Statement Analysis Easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published