-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4abf54
commit b4881aa
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# website | ||
|
||
## investment portfolio progject | ||
|
||
# Investment Portfolio Website | ||
## What does it do? | ||
- Using screenshot images of stock purchases form a csv of market transactions and history | ||
- analysing investment data from csv to prepare for visualisation | ||
- visualising investment data on graphing library | ||
### Next Step | ||
- making csv into json | ||
- make visualisation on website | ||
- Analysing investment data from csv to prepare for visualisation | ||
- Visualising investment data on graphing library | ||
- Turning csv into a JSON file to be used in Database for transactions | ||
- Making a React js front end to visualise my investments and graphs | ||
- Setting up Django backend to feed API data from the database for display on react | ||
- Live data using yfinanace and refreshing to get constant gain/loss percentages | ||
- Each stock is a button that shows breakdown of that stock holding on a graph | ||
### What do I still need to make it do? | ||
- Other tabs for specific breakdowns | ||
- Overall portfolio graph | ||
- Formatting react app for smaller screens & phone screens | ||
- Daily/Monthly/Yearly View |