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
- Host: GitHub
- URL: https://github.com/abhay-100/fcc-js-algorithms-tasks
- Owner: ABHAY-100
- Created: 2024-04-22T13:44:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T16:02:26.000Z (about 2 years ago)
- Last Synced: 2025-01-21T19:19:48.248Z (over 1 year ago)
- Topics: fcc, javascript
- Language: HTML
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 🚧