Basic HTML Projects to Advance Full Stack Development Project. Now 8 Projects are done.
This repository contains various projects related to full-stack development, including interactive web pages and more.
@ 02.Interactive Webpages
This is a simple web application that allows users to select their favorite color from a dropdown menu. Upon selection, the application displays a message indicating the chosen color and dynamically updates the text and background styles.
Favorite Color Select
- A dropdown menu with three color options: Red, Green, and Blue.
- Dynamic text and style changes based on the selected color.
- Event handling using JavaScript to capture user input.
- Inline CSS for styling elements.
The project contains the following files:
-
HTML (index.html):
The main structure of the web page with a dropdown menu and an interactive paragraph. -
CSS (fcs.css):
Defines the styling for the dropdown and the background of the web page. -
JavaScript (fcs.js):
Handles the logic to dynamically update the content and styles based on the user's selection.
<select id="colorOption">
<option selected disabled>Select Colors</option>
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
</select>
<p id="ptext"></p>A simple number guessing game built with HTML, CSS, and JavaScript. The game generates a random number between 1 and 100, and the player has to guess it within a limited number of attempts.
- Responsive Design: The game is designed to be responsive and works well on various screen sizes.
- Interactive Feedback: Provides immediate feedback on whether the guess is too high or too low.
- Attempt Limit: The player has a limited number of attempts to guess the number correctly.
- Open the
index.htmlfile in a web browser. - Enter your guess in the input field.
- Click the "Submit Guess" button to see if your guess is correct or not.
- Keep guessing until you correctly guess the number or run out of attempts.
- HTML: For structuring the content.
- CSS: For styling and responsiveness.
- JavaScript: For interactive functionality and game logic.
[This project is licensed under the MIT License.]
Welcome to the Code & Brave Café — a cozy little frontend project that showcases a simple and stylish coffee shop menu using HTML and CSS.
This project is perfect for practicing responsive layouts, custom fonts, and clean UI presentation.
- 🧁 Menu List with popular coffee and snacks
- 🎨 Custom Fonts and soft color themes for a café vibe
- 📱 Responsive Design — adapts to different screen sizes
- 🖼️ Café Image for visual appeal
- 💡 Minimal and clean layout with proper HTML5 structure