A Project to calculate Stock Market Return from Source
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a hobby project inspired by my jobs (as a financial advisor). Previously, I need to calculate all these values by using Spreadsheets. Now, with this project, I can use theses values for my jobs without any further work!
This project use the follow frameworks:
To get a local copy up and running follow these simple steps.
-
Node
brew install node
-
Clone the repo
git clone https://github.com/bossoq/MarketStatisticsReact.git
-
Create Supapbase DB with 3 tables (please see dbtypes.ts for additional info)
Bond_Yield SET_Info SET_Return
-
Prepare Supabase API Key from Supabase
export REACT_APP_SUPABASEURL={your supabase url} export REACT_APP_SUPABASEAPI={your supabase api key}
-
To install dependencies & start server run
npm install npm start
-
Or to build npm static
# build static site npm install npm run build # serve with serve npm install -g serve serve -s build
See the open issues for a list of proposed features (and known issues).
Contributions are what make the Market Statistics, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
K. Wajakajornrit - @Bosskun_ - [email protected]
Project Link: https://github.com/bossoq/MarketStatisticsReact