So basically a month ago i finished my second year of university, meaning next year I have to work on my “final year project”.
I have to make an interactive web app for trading algorithm analysis, but I don’t really know where to even begin.
To summarize the app:
App will accept .csv file, containing some trading algorithm’s output. The app will have to be able to visualise the data in graphs and tables. User will be able to manypulate the data… There should also be some sort of log-in functionality, mainly so that a user can save a “snapshot” of his current graph/data, which he can later return to.
Now, I’ve made some apps in the past(self-education). The problem is, I made these apps to learn a certain topic. This is the first “big” project, where I have to use/combine multiple technologies.
So I could really use some help, how to structure project(s) like this(what part should be handled server-side/client-side), maybe some recommendations on technologies i should use(e.g. how to actually chart the data, was looking into some JS chart libraries, most of them seem to offer the same outcome)
Sorry for typos, ENG is not my first language and thank you for any response. Also sorry if i have used incorrect tags, it’s my first post here.
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.