#100daysofcode
Read more stories on Hashnode
Articles with this tag
📌 WHERE TO START? Front-end or Backend? Well this may be a debatable question but I would suggest you to start with front-end development. It depends...
1. Image carousel in 2 lines of CSS .container { scroll-snap-type: x mandatory; } .slides { scroll-snap-align: start; } See this is action...
If you just started or planning to getting started with React, this thread might help you. In this thread I'll try to give you a quick overview to the...
Neumorphism, which essentially crosses the words “new” and “skeuomorphism”. Essentially, it's a new, minimal way to design with a soft, extruded...
As this is my first Article, Any suggestions would be appreciated❤ 1. COVID TRACKER A web app of COVID-19 Tracker. It has a statistics about total...