
Start your journey with an introduction to 30 HTML, CSS, and JavaScript projects that build practical skills for beginners.
Install Visual Studio Code, Chrome, and WinRAR; set up a project folder and files index.html, style.css, script.js; launch the Go Live server extension to view changes in the browser console.
Learn to build a speech to text converter with html css and javascript, linking style.css and script.js and loading Font Awesome via CDN, plus start and stop buttons with icons.
Build a speech-to-text converter app in JavaScript that records audio, displays real-time interim and final transcripts in a result container, and guides users to enable microphone permissions in Chrome.
Learn to style a speech-to-text converter with responsive CSS: reset basics, flex-centered layout, gradient backgrounds, a boxed container, and animated buttons with hover effects.
Develop a speech to text app with JavaScript by wiring start and stop controls, configuring web kit speech recognition, and displaying interim and final transcripts in the result element.
Build a functioning piano application and implement key press effects using CSS and JavaScript, previewing the final working version and its note playback in this module.
Build piano application interface in html by creating a wrapper with the h1 heading, define white and black piano keys, and link mp3 notes from the notes folder for playback.
Learn to style a piano app with CSS, including reset via the universal selector, gradient background, centered heading, responsive wrapper, and white and black keys with transitions and active states.
Build a piano application in JavaScript by selecting keys, wiring click listeners, and playing audio via key data attributes while showing a press effect and resetting playback.
Develop a text to voice application using speech synthesis utterance, building a simple HTML interface with a heading, textarea, and a speak button, and implement gradient styling.
Build the HTML skeleton for the text to voice app with a container, heading, textarea with placeholder, and a speak button that triggers text to audio, linking CSS and script.js.
Master CSS styling for a text-to-voice app: reset defaults, center a 50% wide container, implement a gradient background, and style the text area and button with borders, shadows, and hover effects.
Learn to build a text-to-speech feature in JavaScript by creating a function, retrieving text from a text area, configuring a speech synthesis utterance, and invoking speechSynthesis.
Preview the robot joke generator as a messenger-style chat UI with a pulse animation and a button that shows jokes from an API.
Develop a robot joke generator using HTML, CSS, and JavaScript by setting up index.html, style.css, and script.js in Visual Studio Code, and previewing in Chrome.
Learn to define css variables in style.css for accent, background, and text colors, then build a robot joke teller interface with a centered layout, pulse avatar, and chat area.
Create a robot joke generator by wiring Script.js to fetch a random dad joke from an API, then display it in a chat UI using create, set, and append elements.
Build an HSL color generator app with a gradient background, a color picker, and sliders for hue, saturation, and lightness, showing a dynamic color preview and copy to clipboard.
Build the html structure for an hsl color generator app by creating a container, color display, and a controls section with hue, saturation, and lightness sliders and a copy button.
Master css styling for an hsl color generator app, including reset, linear gradient background, flex centering, and a color display with sliders that update in real time.
Build an interactive hsl color picker by wiring hue, saturation, and lightness sliders, updating the color display and value spans in real time. Implement copy-to-clipboard for the selected hsl value.
Build and preview a modal application with a hover button and overlay; open the modal, click the modal to close it, and learn about outside-click behavior before starting HTML.
Set up the HTML for a modal: add a trigger button, a modal container with overlay, and content including a heading and a message about clicking anywhere to close.
Build a modal application with a CSS overlay, centered content, hover button effects, and fade- and slide-in animations, styling the modal header and body.
Learn to build a modal application with JavaScript by wiring a button, overlay, and content element, then use event listeners and classList to open and close the modal.
Build a digital clock application in this module, displaying time in 24-hour format without user input. Begin with the HTML part of the project to set up the clock structure.
Build the digital clock in html by creating an index.html with linked css and script.js files. Add a div with id clock and keep it hidden until css reveals it.
Reset margins and padding with the universal selector, apply border-box sizing, center the clock (id clock) with absolute positioning, and style a dark gradient background.
Learn to build a digital clock app with JavaScript by selecting a clock element via getElementById, creating a date object, and updating innerHTML with the time string using setInterval.
Build the color flipper application to learn interactive color changes, hover effects, and smooth transitions, including border color and page background updates using hex codes.
Build the HTML for the color flipper project, with a color display, a circular display, and a hex color span, plus a flip color button.
Learn practical CSS for a color flipper project, including smooth background transitions, a centered flex layout, a styled color display, a new color button with hover effects, and circular containers.
Build a color flipper that uses a button to generate a six-character hex color, updating the page background, the color display border, and the on-screen color code.
Build the percentage calculator app and learn to compute percentages like 10% of 80,000, showing 8,000.0, using a gradient background, a select percentage control, and a calculate button.
Build the html for a percentage calculator in index.html, link style.css and script.js, and preview in Chrome with a slider, base number input, and calculate button with a result area.
Implement a responsive css design for a percentage calculator, centering content with flex, applying a pink-green gradient background, and styling the card, inputs, range slider, percentage display, and button hover.
Learn to implement a JavaScript percentage calculator by wiring up HTML inputs, a range slider, and a live result display using event listeners, DOM updates, and parseFloat.
What is going on everybody?
Welcome to the 30 Projects in 30 Days Course!
This is a Beginner-friendly Project Course with all the modern features of HTML5, CSS3, and JavaScript!
So, embark on a journey of discovery with our "30 Projects in 30 Days" course, designed especially for beginner front-end web developers. Over the span of a month, you'll delve into HTML5, CSS3, and JavaScript, crafting a new project each day to build your portfolio and solidify your skills.
In this course, you'll explore modern CSS animations, custom properties, DOM manipulation, events, array methods, data manipulation, and more. With 30 projects utilizing pure JavaScript, HTML5, and CSS3, you'll gain hands-on experience in writing maintainable, clean, and performant code. Each project is constructed from scratch, allowing you to understand every aspect of the development process.
Whether you're brushing up on basics or diving into modern web development techniques, this course caters to beginners and intermediates alike. Projects vary in complexity, ensuring a well-rounded learning experience that's applicable to real-life scenarios.
If you're ready for the challenge, join us on this exciting journey and enhance your skills as a front-end web developer. Whether you're aiming to bolster your portfolio or embark on a new career path, these projects are essential for anyone eager to master JavaScript and excel in web development.
Course Structure:
So what are we building? 30 Projects as follows:
Day 1: Speech-to-Text Project: Create a project where users can speak into their device's microphone and have their speech converted into text.
Day 2: Piano Application: Develop a virtual piano application where users can play musical notes and chords using their keyboard or mouse.
Day 3: Text-to-Voice Application: Build an application that converts written text into spoken words, allowing users to listen to the text they input.
Day 4: Robot Joke Generator: Craft a project that generates random jokes delivered in a robotic voice or text format.
Day 5: HSL Color Generator: Develop a tool that generates colors using the HSL (Hue, Saturation, Lightness) color model, allowing users to customize and preview colors.
Day 6: Modal Application: Create a modal popup window that displays content or messages over the main application interface.
Day 7: Digital Clock: Design a digital clock that displays the current time and updates in real-time.
Day 8: Color Flipper: Build a project that randomly selects and displays colors, providing users with a fun and interactive way to explore different color combinations.
Day 9: Percentage Calculator: Develop a calculator application capable of calculating percentages for various mathematical operations.
Day 10: Calculator Application: Create a fully functional calculator application with support for basic arithmetic operations.
Day 11: Read More Less: Implement a feature that truncates long blocks of text and provides a "Read More" button to expand and collapse the text content.
Day 12: Star Rating: Design a star rating component that allows users to rate service by selecting a certain number of stars.
Day 13: Animated Counter: Develop a counter that animates when the webpage loads.
Day 14: Hex to Binary Converter: Build a tool that converts hexadecimal numbers to binary numbers.
Day 15: Awesome Cursor: Customize the cursor on a webpage with creative and interactive effects to enhance the user experience.
Day 16: Quick URL Application: Create a project that saves URLs for quick access to the website content.
Day 17: Typing Text Effect: Implement a typing effect where text is gradually revealed as if it were being typed in real time.
Day 18: Image Comparison Slider: Design an image slider that allows users to compare two images side by side using a draggable slider.
Day 19: Search Functionality: Develop a search feature that allows users to input queries and retrieve relevant results from a dataset.
Day 20: Words Counter: Build a tool that counts the number of words, characters, and sentences in a given text input.
Day 21: Dynamic Color Changer: Create a feature that dynamically changes the background color of a webpage based on user interaction or predefined triggers.
Day 22: Box Shadow Generator: Design a tool that generates CSS box shadow effects with customizable parameters.
Day 23: Image Carousel Project: Develop an image carousel or slideshow component that displays a series of images in a transition fashion.
Day 24: Browse Image File Upload: Implement a feature that allows users to upload images from their device's file system.
Day 25: Fun with String: Create a project that performs various string manipulation tasks such as reversing and counting strings.
Day 26: Money/Cash Calculator: Build a calculator application specifically designed for performing financial calculations involving currency or cash amounts.
Day 27: Age Calculator: Develop a tool that calculates a person's age based on their date of birth and the current date.
Day 28: Awesome Finance Deposit Calculator: Design a calculator for calculating compound interest.
Day 29: Body Mass Index Calculator: Create a calculator application that calculates a person's body mass index (BMI) based on their height and weight.
Day 30: A Loveable Love Calculator Application: Craft a fun and lighthearted application that calculates the compatibility or "love score" between two individuals based on their names or other inputs.
JavaScript is one of the top in-demand programming languages and it is climbing to the very top!
Why Learn JavaScript?
This is a simple answer, go to Google and type in the search bar "Top 10 programming languages" If JavaScript is in the top 5 then take the Course. Not convinced, then go to Google and type in the search bar "The 10 most in-demand programming languages for developers at top companies" If JavaScript is in the top 5 then take the Course.
Who this course is for:
Learning JavaScript for the first time? Already using JavaScript and want to master the language? This course is for you!
This course is for anyone who wants to use JavaScript to launch an application, switch careers, or freelance as a JavaScript developer.
What is JavaScript?
JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.
Who should enroll in this course? Beginners are looking to solidify their foundation in HTML, CSS, and JavaScript, as well as those seeking to switch careers or freelance as JavaScript developers. JavaScript's prominence in the programming landscape makes this course invaluable for anyone aspiring to thrive in the world of web development.