{"id":25675598,"url":"https://github.com/haripasapuleti/html-css-js","last_synced_at":"2026-04-17T03:01:50.800Z","repository":{"id":273702338,"uuid":"920538172","full_name":"HariPasapuleti/HTML-CSS-JS","owner":"HariPasapuleti","description":"A collection of interactive web applications built with HTML, CSS, and JavaScript, featuring games and utility tools with responsive designs and engaging functionalities.","archived":false,"fork":false,"pushed_at":"2025-04-07T16:42:41.000Z","size":5784,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T21:58:23.618Z","etag":null,"topics":["css","deployment","html","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/HariPasapuleti.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-22T10:28:54.000Z","updated_at":"2025-04-07T16:42:44.000Z","dependencies_parsed_at":"2025-01-22T13:40:57.952Z","dependency_job_id":"8e6c8dff-5c99-4122-a75c-120dc704fe1c","html_url":"https://github.com/HariPasapuleti/HTML-CSS-JS","commit_stats":null,"previous_names":["haripasapuleti/snake-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HariPasapuleti/HTML-CSS-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HariPasapuleti%2FHTML-CSS-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HariPasapuleti%2FHTML-CSS-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HariPasapuleti%2FHTML-CSS-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HariPasapuleti%2FHTML-CSS-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HariPasapuleti","download_url":"https://codeload.github.com/HariPasapuleti/HTML-CSS-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HariPasapuleti%2FHTML-CSS-JS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","deployment","html","javascript"],"created_at":"2025-02-24T13:17:37.316Z","updated_at":"2026-04-17T03:01:50.773Z","avatar_url":"https://github.com/HariPasapuleti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML-CSS-JS Projects 🌟\n\nA collection of fun, interactive, and practical web development projects built using HTML, CSS, and JavaScript. Each project is designed to demonstrate core web development skills, creativity, and functionality. 🚀\n\n---\n## Projects Included 📂\n\n1. [**Bubble Game**](./Bubble%20Game)\n   - A fun bubble-clicking game to test your reflexes and scoring abilities.\n   - Features a countdown timer, target matching, and interactive gameplay.\n   - **Technologies Used**: HTML, CSS, JavaScript, Intro.js.\n\n2. [**Calculator**](./Calculator)\n   - A simple yet powerful calculator web app with theme toggling and parentheses support.\n   - Includes basic arithmetic operations, backspace, and clear functionality.\n   - **Technologies Used**: HTML, CSS, JavaScript.\n\n3. [**Snake Game**](./Snake%20game)\n   - Classic snake game with sound effects, score tracking, and a responsive design.\n   - The game ends when the snake collides with walls or itself.\n   - **Technologies Used**: HTML, CSS, JavaScript.\n\n4. [**Text to Speech Converter**](./Text%20to%20Speech)\n   - Converts user-entered text to spoken audio using the Speech Synthesis API.\n   - Offers playback controls and a responsive design.\n   - **Technologies Used**: HTML5, CSS3, JavaScript.\n\n5. [**Weather App**](./Weather%20app)\n   - Provides real-time weather updates for any city or location-based weather.\n   - Includes a 24-hour weather forecast and dynamic weather icons.\n   - **Technologies Used**: HTML, CSS, JavaScript, WeatherAPI.\n\n---\n\n## How to Use 🛠️\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/HariPasapuleti/HTML-CSS-JS.git\n   ```\n2. Navigate to the project directory of your choice:\n   ```bash\n   cd HTML-CSS-JS/\u003cProject Folder\u003e\n   ```\n3. Open index.html in your browser to view and interact with the project.\n\n---\n## Demo Links 🔗\n\n- [Bubble Game](https://bubble-game2.netlify.app/)\n- [Calculator](https://hari-calculator1.netlify.app/)\n- [Snake Game](https://snake-game-5.netlify.app/)\n- [Text to Speech](https://text-to-speech7.netlify.app/)\n- [Weather App](https://weather-forcast7.netlify.app/)\n\n---\n\n## Contributing 🤝\n\nContributions are welcome! If you have ideas to enhance the existing projects or create new ones, feel free to fork the repository and submit a pull request.\n\n1. Fork the repository.\n2. Create a new branch for your feature:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharipasapuleti%2Fhtml-css-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharipasapuleti%2Fhtml-css-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharipasapuleti%2Fhtml-css-js/lists"}