I am struct on building a TypeScript Application from scratch for a company assignment.
Got an assignment to do in 48 hours, and this is the 1st assignment which will not take 6-7 days but they want in 48 hours. The task is not very difficult like others where I have built a full fledged application with everything.
I have dome something similar in one my projects a year ago & also designed a part of it as coding challenge for a platform, but they all were in JavaScript & not TypeScript.
I know basics of TypeScript & contributed to some repo where I made Ui or code change, but never written types from scratch or defined the types myself.
And that's where I was struct whole day , fighting with types & struggling to build it from scratch . If this was JavaScript, I could have finished it today and deployed it tomorrow morning and submitted it with all the requirements, but typescript really slow down and I was not able to complete it today.
Will try to finish it tomorrow , as tomorrow is also the deadline. Now Today will try to find some good applications & examples which uses TypeScript, so I can learn and improve