Stock tracker

I build this stocktracker app to learn database operations. To get current stock data, I linked this to the free API from Yahoo finance. It's only possible to do 100 API calls a day. You will see an error message whenever the api calls are exceeded.

You can login with username: test.user and password: Seemywebsite123!

Current features are:

  1. Basic CRUD database operation
  2. Adding portfolio's linked to user
  3. Only show portfolio's linked to user
  4. Show general KPI's in portfolio overview
  5. KPI's calculated based on positions in portfolio
  6. Adding position to portfolio
  7. API connection with YahooFinance to get live stock data
  8. Chart.js integration for visual representation of portfolio metrics
  9. Monthly profit chart in portfolio overview is linked to the REST API to showcase REST API

Login

Real estate valuation tool

This idea came from the fact that most real estate agents offer a so-called "free" valuation for your house. In the end it always came down to that you still needed to send a request for a valuation to them, and then they would come by and valuate your house.

To me this felt like a chance for them to sale additionally services like a proposal to sale your house. I just want to know roughly what my house is worth, so that was the start of this whole idea.

Current features are:

  1. Scrape data from funda.nl for sold houses
  2. Save scraped data to database via pipeline
  3. Get postal code range from external API tool called http://postcode.vanvulpen.nl/
  4. Search for properties in postal code range based on radius (wip)
  5. Calculate mean price of found properties
  6. Ability to change the price based on user input bid percentage.

Go to valuation tool