An open API service indexing awesome lists of open source software.

https://github.com/abhay-100/fcc-js-algorithms-tasks

Tasks for FCC's JS Algorithms and Data Structures Certification
https://github.com/abhay-100/fcc-js-algorithms-tasks

fcc javascript

Last synced: over 1 year ago
JSON representation

Tasks for FCC's JS Algorithms and Data Structures Certification

Awesome Lists containing this project

README

          

# FCC's JS Algorithms and Data Structures

This repository showcases my solutions to the projects required for completing the JavaScript Algorithms and Data Structures certification from freeCodeCamp. These projects demonstrate proficiency in fundamental programming concepts and problem-solving skills using JavaScript.

## Projects

### 1. Palindrome Checker
- **Description**: A function that checks if a given string is a palindrome. The function ignores punctuation, case, and spacing.
- **Live Demo**: https://check-for-palindrome.netlify.app/

### 2. Roman Numeral Converter
- **Description**: A function that converts a given number into a roman numeral. The function handles numbers from 1 to 3999.
- **Live Demo**: https://roman-numeralizer.netlify.app/

### 3. Telephone Number Validator
- **Description**: A function that validates US phone numbers. It checks if a given string is a valid US phone number based on various formats.
- **Live Demo**: https://validateyourdigits.netlify.app/

---

This repository is a work in progress. 🚧