This repository contains all my projects for the JavaScript Algorithms and Data Structures Certification (Beta) from FreeCodeCamp.
Each project demonstrates skills in JavaScript, algorithms, problem-solving, and data structures.
🚀 View Project
A JavaScript program that checks whether a given string is a palindrome.
🚀 View Project
A JavaScript program that converts numbers into Roman numerals and vice versa.
🚀 View Project
A JavaScript program that validates whether a string is a valid US telephone number.
🚀 View Project
A JavaScript program that simulates a cash register and calculates change to return.
🚀 View Project
A JavaScript application that allows users to search for RPG creatures and display their stats.
- Clone or download this repository.
- Open any project folder and double-click
index.htmlto view it in your browser. - All JavaScript files are included in each folder.
- JavaScript (ES6+ syntax)
- Algorithms and problem-solving
- Regular expressions and string manipulation
- Data structures and logical thinking
- DOM manipulation (where applicable)
- Project organization and folder structure