Project 7/25 — This is where I stopped just writing JavaScript… and started thinking While learning JavaScript, I got to a point where syntax wasn’t enough anymore. I needed to understand how to solve real problems. So I completed the final projects from the freeCodeCamp JavaScript Algorithms and Data Structures course: • Phone Number Validator (using Regex) • Cash Register (handling logic for real-world transactions) • Creature Search App (fetching and displaying data from an API) This phase challenged me differently. It wasn’t about UI — it was about logic and problem solving. I had to think through things like: • Breaking problems into smaller steps • Handling edge cases (like insufficient funds in the cash register) • Working with algorithms instead of just UI interactions • Fetching and handling external data from an API One project that really stood out was the cash register — figuring out how to return the correct change using available denominations forced me to think like a problem solver, not just a developer. Looking back, this was the point where JavaScript started to feel like a real tool — not just a language. I’ll keep building on this foundation. Live demo @ https://lnkd.in/d7ibUT55 #JavaScript #ProblemSolving #FrontendDevelopment #BuildInPublic #Project25
great work Paul Dirisu
Keep it up bro