I don’t know if anyone else experiences this. I just finished the first project which is to create a random quote machine, I’d rate it medium difficulty. Now it needs me to make a markdown project. Are we supposed to know how to do these solely from learning from the front end tutorials . I feel soo lost and soo discouraged, ive been staring at a blank screen for hours now XD . Thanks for hearing me out. Love from Malaysia
the markdown project is mostly a thing of getting input and doing something with it — state management and dealing with props. You can use the suggested library to do the conversion between markdown and html, you don’t need to implement that.
thanks for the reply and pointer. i missed the suggested library part.