Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eethansmith authored Dec 11, 2023
1 parent f4abf54 commit b4881aa
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
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

0 comments on commit b4881aa

Please sign in to comment.