Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmide/javascript-algorithms-and-data-structures-projects
freeCodeCamp JavaScript DSA projects
https://github.com/codewithmide/javascript-algorithms-and-data-structures-projects
ceaser-cipher dsa-algorithm javascript palindrome-checker regex roman-numerals telephne-number-validator
Last synced: 1 day ago
JSON representation
freeCodeCamp JavaScript DSA projects
- Host: GitHub
- URL: https://github.com/codewithmide/javascript-algorithms-and-data-structures-projects
- Owner: codewithmide
- Created: 2022-07-31T10:56:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T15:07:29.000Z (over 2 years ago)
- Last Synced: 2023-03-05T00:47:04.171Z (over 1 year ago)
- Topics: ceaser-cipher, dsa-algorithm, javascript, palindrome-checker, regex, roman-numerals, telephne-number-validator
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Algorithms and Data Structures Projects
This is it — time to put my new JavaScript skills to work. These projects are similar to the algorithm scripting challenges I've done before – just much more difficult.Complete these 5 JavaScript projects to earn the JavaScript Algorithms and Data Structures certification.
## Projects
- [Palindrome Checker](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/tree/master/Palindrome_Checker)- [Roman Numeral Converter](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/tree/master/Roman_Numeral_Converter)
- [Ceasers Cipher](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/tree/master/Caesars_Cipher)
- [Telephone Number Validator](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/tree/master/Telephone_Number_Validator)
- [Cash Register](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/tree/master/Cash_Register)