Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirshendubhowmick/portfolio-builder
This is a simple & demo React application, which lets user pick stocks and add it to their portfolio. The app also shows some basic analytics related to user’s portfolio. This app is created with create-react-app and an external JS library used here is chart.js. This app uses only vanilla CSS.
https://github.com/shirshendubhowmick/portfolio-builder
Last synced: 18 days ago
JSON representation
This is a simple & demo React application, which lets user pick stocks and add it to their portfolio. The app also shows some basic analytics related to user’s portfolio. This app is created with create-react-app and an external JS library used here is chart.js. This app uses only vanilla CSS.
- Host: GitHub
- URL: https://github.com/shirshendubhowmick/portfolio-builder
- Owner: shirshendubhowmick
- Created: 2018-09-12T17:19:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T15:16:49.000Z (over 6 years ago)
- Last Synced: 2024-12-10T03:07:26.117Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 304 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my Portfolio Builder
This is a simple & demo React application, which lets user pick stocks and add it to their portfolio. The app also shows some basic analytics related to user's portfolio.
This app is created with `create-react-app` and an external JS library used here is `chart.js`. This app uses only vanilla CSS.
## Installation:
Navigate to project folder and run `npm install`## Starting the app:
For development build run `npm start`. For production build, you need to build it first with `npm run build` then to start the server with production build run `serve -s build`.
## About the app
This app doesn't use any API, stocks data's are available in `data.json` file. The user can add stocks from "Pick Stocks" section by clicking on "+" icon or else user can also drag & drop it in portfolio area.
The data in portfolio over is calculated based on the portfolio built by the user.