I would like to build some sort of dashboard where I am able to pull lots of information together that I use on a daily basis without having to individually log on to all the different sites I use to get the information.
I am aware that some apps etc like this already exist but since I want to learn about coding too I thought I could make it a project.
You might want to look into using some APIs. Lots of services nowadays will let you pull data from their site by putting special requests. If you just look up " API", you might be able to find some documentation, which should get you some data to start off with.
Building a dashboard
Hi all!
I would like to build some sort of dashboard where I am able to pull lots of information together that I use on a daily basis without having to individually log on to all the different sites I use to get the information.
I am aware that some apps etc like this already exist but since I want to learn about coding too I thought I could make it a project.
Only problem is, I don't know how to get started!
Any guidance would be hugely appreciated!
Thanks,
Jonah
You might want to look into using some APIs. Lots of services nowadays will let you pull data from their site by putting special requests. If you just look up " API", you might be able to find some documentation, which should get you some data to start off with.