{"id":27962589,"url":"https://github.com/syntaxrender/codepen","last_synced_at":"2026-01-22T05:33:18.054Z","repository":{"id":248690420,"uuid":"825075808","full_name":"SyntaxRender/CodePen","owner":"SyntaxRender","description":"LIVE Code Editor allows users to write and test HTML, CSS, and JavaScript code snippets in real-time, with instant previews of their work. It also supports sharing code via unique URLs.","archived":false,"fork":false,"pushed_at":"2024-10-30T15:27:11.000Z","size":8912,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T13:27:55.802Z","etag":null,"topics":["codepen","codepen-clone","css","html","project-repository","typescript"],"latest_commit_sha":null,"homepage":"https://codepenn.vercel.app","language":"TypeScript","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/SyntaxRender.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-07-06T17:42:53.000Z","updated_at":"2025-02-16T17:30:15.000Z","dependencies_parsed_at":"2024-10-30T16:35:37.231Z","dependency_job_id":null,"html_url":"https://github.com/SyntaxRender/CodePen","commit_stats":null,"previous_names":["joblessgod/codepen","syntaxrender/codepen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyntaxRender%2FCodePen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyntaxRender%2FCodePen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyntaxRender%2FCodePen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyntaxRender%2FCodePen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyntaxRender","download_url":"https://codeload.github.com/SyntaxRender/CodePen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252945810,"owners_count":21829662,"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":["codepen","codepen-clone","css","html","project-repository","typescript"],"created_at":"2025-05-07T19:42:52.772Z","updated_at":"2026-01-22T05:33:18.050Z","avatar_url":"https://github.com/SyntaxRender.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIVE Code Editor\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n\n**[LIVE Code Editor](https://codepenn.vercel.app)** is an online platform for testing and showcasing HTML, CSS, and JavaScript code snippets. It functions as a playground for web developers to experiment with front-end technologies in real-time.\n\n## Demo Video\n\nClick the image to watch the demo video on YouTube.\n\n[![Thumbnail](https://github.com/user-attachments/assets/aa8b86fc-6e55-4182-8648-a97ab48d8c8f)](https://youtu.be/VKhfXxQp4nk)\n\n\u003c!-- https://github.com/user-attachments/assets/a95c6f73-6f5f-4756-953c-36a6536e3a47 --\u003e\n\n## Features\n\n- **Real-Time Preview**: See the results of your code instantly in a live preview pane.\n- **Code Sharing**: Easily share your creations with others via a unique URL.\n- **Community Contributions**: Explore and fork pens created by other developers to learn and build upon their work.\n- **Collaboration Tools**: Work together with other developers in real-time.\n- **Responsive Design**: Test and view your creations on different screen sizes.\n\n=======\n**[LIVE Code Editor](https://codepenn.vercel.app)** is an online platform for testing and showcasing HTML, CSS, and JavaScript code snippets. It functions as a playground for web developers to experiment with front-end technologies in real-time.\n## Demo Video\nClick the image to watch the demo video on YouTube.\n\n[![Thumbnail](https://github.com/user-attachments/assets/aa8b86fc-6e55-4182-8648-a97ab48d8c8f)](https://youtu.be/VKhfXxQp4nk)\n\u003c!-- https://github.com/user-attachments/assets/a95c6f73-6f5f-4756-953c-36a6536e3a47 --\u003e\n\n\n\n\n## Features\n\n- **Real-Time Preview**: See the results of your code instantly in a live preview pane.\n- **Code Sharing**: Easily share your creations with others via a unique URL.\n- **Community Contributions**: Explore and fork pens created by other developers to learn and build upon their work.\n- **Collaboration Tools**: Work together with other developers in real-time.\n- **Responsive Design**: Test and view your creations on different screen sizes.\n\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 982cc349918eb425b8a96be2e86a70d31c1ce9fd\n## Usage\n\n1. **Write Code**: Enter your HTML, CSS, and JavaScript in the respective panels.\n2. **Live Preview**: Watch your changes take effect immediately in the preview area.\n3. **Save and Share**: Save your work and share it with a unique URL.\n4. **Explore and Learn**: Browse through the community's creations for inspiration and learning.\n\n## Getting Started\n\n1. Go to [LIVE Code Editor](https://codepenn.vercel.app/).\n2. Sign up for a free account to start creating and saving your work.\n3. Begin a new pen and start coding.\n\n## Example\n\n```html\n\u003c!-- HTML --\u003e\n\u003cdiv class=\"container\"\u003e\n  \u003ch1\u003eHello, world!\u003c/h1\u003e\n\u003c/div\u003e\n```\n\n```css\n/* CSS */\n.container {\n  text-align: center;\n  padding: 50px;\n}\n```\n\n```js\n// JavaScript\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\ndocument.querySelector(\"h1\").style.color = \"blue\";\n=======\ndocument.querySelector('h1').style.color = 'blue';\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 982cc349918eb425b8a96be2e86a70d31c1ce9fd\n```\n\n## Contribution\n\nI welcome your contributions! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add new feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxrender%2Fcodepen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyntaxrender%2Fcodepen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxrender%2Fcodepen/lists"}