Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conradoqg/meajudafi-front-end
Front-end of the meajudafi stack
https://github.com/conradoqg/meajudafi-front-end
Last synced: about 2 months ago
JSON representation
Front-end of the meajudafi stack
- Host: GitHub
- URL: https://github.com/conradoqg/meajudafi-front-end
- Owner: conradoqg
- License: mit
- Created: 2018-09-08T14:46:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T02:18:53.000Z (almost 2 years ago)
- Last Synced: 2023-09-10T18:36:40.208Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# meajudafi-front-end
Front-end of the [meajudafi](https://github.com/conradoqg/meajudafi-stack) stack.
## Pages
The front-end is composed by a few views that shows information about Brazilian funds, indicators and broker's available funds:
- Indicators view: Contains economic indicators, top and bottom funds and fund's changes;
- Fund List view: The complete list of registered funds including charts with investment return, risk, sharpe, consistency and so on;
- Fund Comparison view: A tool to compare funds and see their investment return, risk, sharpe, correlation to benchmark and so on.## Development
```sh
# To start the development server, you can run:
$ npm start
```### Tasks
- `start`: Starts the development server;
- `build`: Builds the front-end by bundling the source-files and generating the production bundle file;
- `check-build`: Same as build but generating development bundle file and reports to debug the size of it;
- `dist`: Agreggates the necessary front-end files.chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
## Related repositories
- [meajudafi-stack](https://github.com/conradoqg/meajudafi-stack)
- [meajudafi-workers](https://github.com/conradoqg/meajudafi-workers)
- [meajudafi-docker-container-crontab](https://github.com/conradoqg/meajudafi-docker-container-crontab)License
----
This project is licensed under the [MIT](LICENSE.md) License.