

Simple Search Box With Icon
It’s like this: Here is the code: <input class="search" type="search" placeholder="Search..."> Enter fullscreen mode Exit fullscreen mode input.search { width: 260px; border: 1px solid #555; display: block; padding: 9px 4px 9px 40px; background: transparent url("/..
Read more

Building a Music Player in React
IntroductionWhoever is learning React and wants to build a project with React. There are a variety of blogs and articles to guide a such projects for developers. I do go through those articles but one kind of project is always missing in them. The missing projects are the music player and video player. Both of the projects will give you the opportunity to..
Read more