Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)