{"id":23491608,"url":"https://github.com/ryzmdn/freecodecamp-front-end","last_synced_at":"2025-07-03T02:05:45.466Z","repository":{"id":268072108,"uuid":"903230687","full_name":"ryzmdn/freecodecamp-front-end","owner":"ryzmdn","description":"5 freeCodeCamp Front-end certification projects.","archived":false,"fork":false,"pushed_at":"2024-12-14T04:02:28.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T02:05:41.434Z","etag":null,"topics":["certification","freecodecamp-project","front-end"],"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/ryzmdn.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":"2024-12-14T03:56:54.000Z","updated_at":"2024-12-14T10:45:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"69f85c36-d239-49ba-91d9-e528ebec76be","html_url":"https://github.com/ryzmdn/freecodecamp-front-end","commit_stats":null,"previous_names":["ryzmdn/freecodecamp-front-end"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryzmdn/freecodecamp-front-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzmdn%2Ffreecodecamp-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzmdn%2Ffreecodecamp-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzmdn%2Ffreecodecamp-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzmdn%2Ffreecodecamp-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryzmdn","download_url":"https://codeload.github.com/ryzmdn/freecodecamp-front-end/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzmdn%2Ffreecodecamp-front-end/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245315,"owners_count":23436513,"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":["certification","freecodecamp-project","front-end"],"created_at":"2024-12-25T01:28:24.514Z","updated_at":"2025-07-03T02:05:45.439Z","avatar_url":"https://github.com/ryzmdn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FreeCodeCamp Front-end Projects\r\n\r\nI'm very happy to have completed all the certified Front End Development Libraries Projects from the [freeCodeCamp curriculum](https://www.freecodecamp.org/learn/front-end-development-libraries), which use a combination of **HTML**, **JavaScript**, **CSS**, **Bootstrap**, **SASS**, **React**, **Redux**, and **jQuery**. In this repository, I will share examples of the syntax for the **5 projects** I've completed. You can also use them to solve any issues you encounter while working on your own projects.\r\n\r\n## Projects in this Repository\r\n\r\n1. **Quote Machine**: A random quote generator that fetches a new quote and author each time the user clicks a button. It also includes a feature to share quotes on Twitter. [demo](https://codepen.io/ryzmdn/pen/gbYrvxx)\r\n\r\n2. **Markdown Previewer**: A markdown editor and previewer that updates the rendered output in real time as the user types. It supports GitHub-flavored Markdown syntax. [demo](https://codepen.io/ryzmdn/pen/raBLNYL)\r\n\r\n3. **Drum Machine**: A virtual drum pad interface where users can click buttons or use keyboard shortcuts to play sounds. The displayed text updates dynamically based on the sound played. [demo](https://codepen.io/ryzmdn/pen/KwPgvBN)\r\n\r\n4. **JavaScript Calculator**: A fully functional calculator that supports basic operations like addition, subtraction, multiplication, and division. It also handles operator precedence and edge cases. [demo](https://codepen.io/ryzmdn/pen/zxOKQeb)\r\n\r\n5. **25 + 5 Clock**: A Pomodoro-style timer where users can set a 25-minute work session and a 5-minute break. It features a countdown timer, audio notification, and customizable session/break durations. [demo](https://codepen.io/ryzmdn/pen/XJrNamK)\r\n\r\n## Features\r\n\r\n- Fully responsive designs.\r\n- Code structured to follow best practices.\r\n- Comprehensive examples to help debug or understand the projects.\r\n- Modular components for easy reuse.\r\n\r\n## How to Clone the Repository\r\n\r\nFollow these steps to clone and run the projects locally:\r\n\r\n```bash\r\n# Clone the repository\r\ngit clone https://github.com/ryzmdn/freecodecamp-front-end.git\r\n\r\n# Change directory\r\ncd freecodecamp-front-end\r\n\r\n# Open default code editor\r\ncode .\r\n```\r\n\r\n## Project Structure\r\n\r\nThe repository is organized as follows:\r\n\r\n```bash\r\nfreecodecamp-front-end/\r\n|\r\n├── 25+5-clock/\r\n├── drum-machine/\r\n├── javascript-calculator/\r\n├── markdown-previewer/\r\n├── random-quote-machine/\r\n└── README.md\r\n```\r\n\r\nEach folder contains the source code for the respective project.\r\n\r\n## Contributions\r\n\r\nIf you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. Contributions are always welcome!\r\n\r\n## License\r\n\r\nNo License.\r\n\r\n---\r\n\r\nThank you for visiting this repository! Happy coding!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzmdn%2Ffreecodecamp-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryzmdn%2Ffreecodecamp-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzmdn%2Ffreecodecamp-front-end/lists"}