{"id":24785592,"url":"https://github.com/abelnnieva/javascript-algorithms-data-structures","last_synced_at":"2025-08-28T04:49:39.268Z","repository":{"id":273780585,"uuid":"920856665","full_name":"abelnnieva/javascript-algorithms-data-structures","owner":"abelnnieva","description":"JavaScript Algorithms and Data Structures Certification from freeCodeCamp. Includes exercises and certification projects.","archived":false,"fork":false,"pushed_at":"2025-01-22T22:25:10.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T23:24:49.631Z","etag":null,"topics":["algorithms","data-structures","freecodecamp","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abelnnieva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-22T22:17:43.000Z","updated_at":"2025-01-22T22:32:10.000Z","dependencies_parsed_at":"2025-01-22T23:35:11.704Z","dependency_job_id":null,"html_url":"https://github.com/abelnnieva/javascript-algorithms-data-structures","commit_stats":null,"previous_names":["abelnnieva/javascript-algorithms-data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelnnieva%2Fjavascript-algorithms-data-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelnnieva%2Fjavascript-algorithms-data-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelnnieva%2Fjavascript-algorithms-data-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelnnieva%2Fjavascript-algorithms-data-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abelnnieva","download_url":"https://codeload.github.com/abelnnieva/javascript-algorithms-data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240764,"owners_count":20583099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","freecodecamp","javascript"],"created_at":"2025-01-29T14:19:18.376Z","updated_at":"2025-03-24T08:46:02.648Z","avatar_url":"https://github.com/abelnnieva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript Algorithms and Data Structures\n\nWelcome to my repository for the **JavaScript Algorithms and Data Structures Certification** from freeCodeCamp. This repository contains all the projects and exercises I have completed during the certification program.\n\n## Repository Structure\n\nThe repository is organized into two main sections:\n\n### 1. `exercises/`\n\nThis folder contains all the preparatory exercises that I completed before working on the certification projects. These exercises help build foundational skills in algorithms and data structures.\n\nExample structure:\n\n```plaintext\nexercises/\n├── pyramid-generator/\n│   ├── README.md             # Explanation of the exercise\n│   ├── pyramid-generator.js  # Code implementation\n│   └── test.js               # Optional test cases\n├── gradebook-app/\n│   ├── README.md\n│   ├── gradebook-app.js\n│   └── test.js\n└── ...\n```\n\n### 2. `projects/`\n\nThis folder contains the final projects required for the certification. Each project solves a specific problem and demonstrates key concepts in JavaScript algorithms and data structures.\n\nExample structure:\n\n```plaintext\nprojects/\n├── palindrome-checker/\n│   ├── README.md              # Project description\n│   ├── palindrome-checker.js  # Code implementation\n│   └── test.js                # Optional test cases\n├── roman-numeral-converter/\n│   ├── README.md\n│   ├── roman-numeral-converter.js\n│   └── test.js\n└── ...\n```\n\n## How to Use\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/abelnnieva/javascript-algorithms-data-structures.git\n   cd javascript-algorithms-data-structures\n   ```\n\n2. Explore the exercises and projects:\n\n   - Navigate to `exercises/` to see foundational exercises.\n   - Navigate to `projects/` for the certification projects.\n\n3. Run any JavaScript file using Node.js:\n\n   ```bash\n   node exercises/pyramid-generator/pyramid-generator.js\n   ```\n\n4. (Optional) Run tests if available:\n   ```bash\n   node exercises/pyramid-generator/test.js\n   ```\n\n## Projects Included\n\n### Certification Projects\n\n- **Palindrome Checker**: Check if a given string is a palindrome.\n\n### Exercises\n\n- **Pyramid Generator**: Generate a pyramid of characters based on input.\n- **Gradebook App**: Provide a simple set of functions to calculate class averages.\n- **Role Playing Game**: Simple text-based adventure game where players fight monsters.\n- **Random Color Background Changer**: Simple project to change the background color to a random color.\n- **Calorie Counter**: Simple web-based calorie tracker that helps users manage their daily calorie budget.\n- **Rock, Paper, Scissors Game**: Simple game against the computer in a classic \"Rock, Paper, Scissors\" match.\n\n## Contributing\n\nFeel free to fork this repository and suggest improvements. Contributions are always welcome!\n\n## License\n\nThis repository is licensed under the [MIT License](LICENSE).\n\n---\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelnnieva%2Fjavascript-algorithms-data-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabelnnieva%2Fjavascript-algorithms-data-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelnnieva%2Fjavascript-algorithms-data-structures/lists"}