Skip to content

bossoq/MarketStatisticsReact

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Stock Market Statistics

A Project to calculate Stock Market Return from Source
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgements

About The Project

Product Name Screen Shot

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!

Built With

This project use the follow frameworks:

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node

    brew install node

Installation

  1. Clone the repo

    git clone https://github.com/bossoq/MarketStatisticsReact.git
  2. Create Supapbase DB with 3 tables (please see dbtypes.ts for additional info)

    Bond_Yield
    SET_Info
    SET_Return
  3. Prepare Supabase API Key from Supabase

    export REACT_APP_SUPABASEURL={your supabase url}
    export REACT_APP_SUPABASEAPI={your supabase api key}
  4. To install dependencies & start server run

    npm install
    npm start
  5. Or to build npm static

    # build static site
    npm install
    npm run build
    # serve with serve
    npm install -g serve
    serve -s build

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the Market Statistics, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

K. Wajakajornrit - @Bosskun_ - kittipos@picturo.us

Project Link: https://github.com/bossoq/MarketStatisticsReact

Acknowledgements

About

Simple MarketStatistics built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published