Enhance your frontend development skills by solving basic to intermediate tasks. Learn to implement fundamental concepts such as HTML, CSS, JavaScript, and frameworks like React.
Build a simple webpage that displays your name, a short biography, and includes at least one image. Use HTML for structure and CSS for styling.
Create a responsive navigation bar using Bootstrap. It should collapse into a hamburger menu on smaller screens and include links to various sections of a website.
Write a JavaScript program to create a button that, when clicked, changes the background color of the webpage to a random color.
Create a simple to-do list application using HTML, CSS, and JavaScript. Users should be able to add and remove tasks dynamically.