Mumma6 / learndev

https://www.studify.dev
0 stars 0 forks source link

Graph - time spent on each tech #79

Closed learndeviomartin closed 1 year ago

learndeviomartin commented 1 year ago

Create a bar chart thay represent how many hours spent on each tech. All courses.

course 1: duration: 50 hours. techs: typescript, react and html

course 2: duration: 10 hours techs: react, css and html,

course 3: duration 40 hours techs: react, node, typescript

TypeScript: 90 hours (50 hours from Course 1 + 40 hours from Course 3) React: 100 hours (50 hours from Course 1 + 10 hours from Course 2 + 40 hours from Course 3) HTML: 60 hours (50 hours from Course 1 + 10 hours from Course 2) CSS: 10 hours (10 hours from Course 2) Node: 40 hours (40 hours from Course 3)