Skip to content

jiageeth/road-to-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road to JavaScript 🚀

Welcome to my JavaScript learning repository! This folder contains a collection of mini-projects and exercises I have built to understand the core concepts of JavaScript, DOM manipulation, and frontend logic.

📂 Project List

Here is an overview of the projects included in this repository:

1. 🔘 Button Maker (button_maker)

A dynamic CSS generator tool.

  • Features: Allows users to adjust properties (padding, colors, border-radius) via a UI and see the button change in real-time.

2. 🛒 Grocery List (grocerylist)

A functional "To-Do" style application.

  • Features: Users can add items to a list, mark them as complete, or delete them. It practices array manipulation and event listeners.

3. 🎨 Random Color Generator (randcol_gen)

A script to generate random Hex color codes.

  • Features: Clicking a button generates a random color code and changes the background color of the page instantly.

4. 🖼️ Resizing Image (resizing_img)

An image manipulation tool.

  • Features: Controls to dynamically adjust the width and height of an image on the screen using JavaScript inputs.

5. 🍂 Season Changer (season_changer)

An interactive theme switcher.

  • Features: Changes the website's image and text content based on the season selected by the user (Spring, Summer, Autumn, Winter).

6. 💰 Tip Calculator (tip_calculator)

A mathematical logic utility.

  • Features: Calculates the tip amount and total bill per person based on the bill amount and service quality percentage.

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)

This repository is part of my journey to master JavaScript development.

About

Simple JavaScript projects built while learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors