DEV Community

Discussion on: Build a news app with Nodejs , Express , EJS and NewsApi

Collapse
 
thom4s profile image
Thomas • Edited

Cool article ! thanks
One or two things :

(For me) the tag 'article.content' (in news view) seems to return some tags (ul li) that breaks the design.

You should add some details for the different steps. For exemple : once the step "Application" written, the server throw an error... because the next step is not written yet. It's important if we don't want to search and waste times :)

cheers

Collapse
 
atultyagi612 profile image
atultyagi612

Issue resolved by just replacing 'article.content' to 'articel.content.replace(/<[^>]+>/g, '') '

Thanks for informing😊