๐ Day 41 of #100DaysOfCode:
I built a Cash Register App that calculates change and checks if thereโs enough cash. It updates the UI with "OPEN", "CLOSED", or "INSUFFICIENT_FUNDS".
#JavaScript#WebDev#Connect#LearnInPublic
๐ Day 40 of #100DaysOfCode
๐ฎ Built a Platformer Game with movement & checkpoints!
๐ What it does:
โคฟ Player can move & jump on platforms
โคฟ Added checkpoints with pop-up messages
โคฟ Detects when the final checkpoint is reached
#JavaScript#connect#webdev#LearnInPublic
๐ Day 39 of #100DaysOfCode
๐ Built a Shopping Cart
What it does:
โ๏ธAdd, remove & clear items easily
โ๏ธAuto-updates total price & item count
โ๏ธUses event listeners for smooth actions
Great practice for OOP and DOM! How r u guys?
#JavaScript#WebDev#Connect#LearnInPublic
๐ Day 37 of #100DaysOfCode
๐ Built a Statistics Calculator
โ What it does:
โ Calculates Mean, Median, Mode, Range, Variance & Standard Deviation
โ Uses JavaScript methods like .sort(), .reduce(), and .map()
โ Easy way to analyze numbers!
#JavaScript#WebDev#connect
๐ Day 38 of #100DaysOfCode
Built a Phone Number Validator
What it does:
๐ง Validates phone nos. with Js & regex
๐ง Displays "Valid" or "Invalid" messages
๐งIncludes an alert for empty input & a Clear button for reset
#JavaScript#WebDevelopment#LearnInPublic