{"id":28382341,"url":"https://github.com/sankitdev/30daysjschallenge","last_synced_at":"2025-06-25T05:31:29.558Z","repository":{"id":250059567,"uuid":"832973158","full_name":"sankitdev/30DaysJSChallenge","owner":"sankitdev","description":"30 day Challenge of JavaScript by Hitesh Sir.","archived":false,"fork":false,"pushed_at":"2024-08-31T10:28:08.000Z","size":2514,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T04:36:12.198Z","etag":null,"topics":["30daychallenge","30daysofjavascript","hiteshchoudhary","html","html-css-javascript","html5","javascript"],"latest_commit_sha":null,"homepage":"https://sankitdev.github.io/30DaysJSChallenge/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sankitdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-24T05:35:46.000Z","updated_at":"2024-08-31T10:28:11.000Z","dependencies_parsed_at":"2024-08-05T19:26:19.569Z","dependency_job_id":"c4481007-53f0-43d1-9c05-fdabe70a5371","html_url":"https://github.com/sankitdev/30DaysJSChallenge","commit_stats":null,"previous_names":["sankitdev/30daysjschallenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sankitdev/30DaysJSChallenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2F30DaysJSChallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2F30DaysJSChallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2F30DaysJSChallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2F30DaysJSChallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sankitdev","download_url":"https://codeload.github.com/sankitdev/30DaysJSChallenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2F30DaysJSChallenge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261812982,"owners_count":23213594,"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":["30daychallenge","30daysofjavascript","hiteshchoudhary","html","html-css-javascript","html5","javascript"],"created_at":"2025-05-30T04:07:19.310Z","updated_at":"2025-06-25T05:31:29.537Z","avatar_url":"https://github.com/sankitdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 30DaysJSChallenge 🚀\n\nWelcome to the **30 Days of JavaScript Challenge** repository! 🎉\n\nThis repository is a part of my journey through the **30 Days of JavaScript Challenge** led by the amazing [Hitesh Sir](https://github.com/hiteshchoudhary), hosted on the [Chai Aur Code](chaicode.com) website. The challenge is designed to help you dive deep into JavaScript, one day at a time, covering various essential topics.\n\n## What's Inside? 📦\n\nHere, you'll find my daily solutions, code snippets, and insights as I tackle the JavaScript challenge.\n\n## Major Projects of this Challange\n\n1. [Weather App](https://sankitdev.github.io/30DaysJSChallenge/Day-24-Weather-App/index.html)\n2. [MovieSearchApp](https://sankitdev.github.io/30DaysJSChallenge/Day-25-Movie-Search-App/index.html)\n3. [Chat Application](https://sankitdev.github.io/30DaysJSChallenge/Day-26-Chat-App/index.html)\n4. [Task Managment App](https://sankitdev.github.io/30DaysJSChallenge/Day-27-Task-Managment-App/index.html)\n5. [E-Commerce Website](https://sankitdev.github.io/30DaysJSChallenge/Day-28-E-Commerce/index.html)\n6. [Social Media DashBoard](https://sankitdev.github.io/30DaysJSChallenge/Day-29-Social-Media-DashBoard/index.html)\n7. [Social Media DashBoard With Full Feature](https://sankitdev.github.io/30DaysJSChallenge/Day-30-SMD-Full-Feature/index.html)\n\nWorking on these projects strengthened my foundation and boosted my confidence as I gained a deeper understanding of JavaScript.\n\n## Getting Started 🚀\n\nTo get a local copy up and running, follow these simple steps:\n\n### Prerequisites\n\n- Ensure you have [Node.js](https://nodejs.org/) installed.\n- Install [Git](https://git-scm.com/).\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/sankitdev/30DaysJSChallenge.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd 30DaysJSChallenge\n   ```\n\n3. Open any of the project folders and run the app:\n   ```bash\n   cd Day-24-Weather-App\n   open index.html\n   ```\n\n## Technologies Used 🛠️\n\n- **HTML5**: For structuring the web pages.\n- **CSS3**: For styling and layout.\n- **JavaScript**: The core language used for functionality.\n- **APIs**: For fetching data in projects like WeatherApp and MovieSearchApp.\n- **GitHub Pages**: For deploying the projects.\n\n## Challenges Faced \u0026 Lessons Learned 📚\n\nThroughout the challenge, I encountered various obstacles, from understanding complex APIs to optimizing performance. Each hurdle was an opportunity to learn, and now I feel more equipped to handle advanced JavaScript concepts.\n\nKey lessons include:\n\n- **Effective debugging techniques** for JavaScript.\n- **Working with APIs** and handling asynchronous operations.\n- **Best practices** for clean and maintainable code.\n\n## Acknowledgments 🙏\n\n- A big thanks to [Hitesh Sir](https://github.com/hiteshchoudhary) for the amazing challenge and guidance.\n\n## Contribution\n\nContributions are Welcome! Feel free to submit a pull request. If the bug is valid, I'll be happy to merge it.\n\n## Let's Connect! 🤝\n\n- **GitHub:** [sankitdev](https://github.com/sankitdev)\n- **LinkedIn:** [sankitdev](https://www.linkedin.com/in/sankitdev)\n- **Twitter:** [sankitdev](https://twitter.com/sankitdev)\n\nLet's collaborate, learn, and grow together!\n\n## License 📜\n\nThis project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE) file.\n\n---\n\n**Keep coding, keep improving, and let’s conquer JavaScript, one day at a time! 💻🔥**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankitdev%2F30daysjschallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsankitdev%2F30daysjschallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankitdev%2F30daysjschallenge/lists"}