{"id":17822644,"url":"https://github.com/dakshsinghrathore/brighter-beginnings","last_synced_at":"2025-08-27T11:07:46.886Z","repository":{"id":205035701,"uuid":"711489541","full_name":"dakshsinghrathore/Brighter-Beginnings","owner":"dakshsinghrathore","description":"Discover coding for beginners in our GitHub repo! Enjoy a free three-module course, an interactive learning experience, and a supportive community. Your journey to a brighter future starts now! Join us!","archived":false,"fork":false,"pushed_at":"2024-09-23T01:27:04.000Z","size":13095,"stargazers_count":28,"open_issues_count":15,"forks_count":53,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-29T18:34:29.133Z","etag":null,"topics":["firebase-auth","html5","javascript","swoc24","tailwind-css"],"latest_commit_sha":null,"homepage":"https://brighter-beginnings.vercel.app","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/dakshsinghrathore.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"Contributing.md","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":"2023-10-29T12:34:55.000Z","updated_at":"2025-02-28T13:31:03.000Z","dependencies_parsed_at":"2023-11-17T08:46:47.756Z","dependency_job_id":"fec47be6-d916-47bd-9de4-b43b5f20c224","html_url":"https://github.com/dakshsinghrathore/Brighter-Beginnings","commit_stats":null,"previous_names":["dakshsinghrathore/brighter-beginnings"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dakshsinghrathore/Brighter-Beginnings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakshsinghrathore%2FBrighter-Beginnings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakshsinghrathore%2FBrighter-Beginnings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakshsinghrathore%2FBrighter-Beginnings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakshsinghrathore%2FBrighter-Beginnings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dakshsinghrathore","download_url":"https://codeload.github.com/dakshsinghrathore/Brighter-Beginnings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakshsinghrathore%2FBrighter-Beginnings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272324307,"owners_count":24914388,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"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":["firebase-auth","html5","javascript","swoc24","tailwind-css"],"created_at":"2024-10-27T17:44:27.634Z","updated_at":"2025-08-27T11:07:46.863Z","avatar_url":"https://github.com/dakshsinghrathore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=left\u003e BrighterBeginnings \u003c/h1\u003e\nWelcome 👋\n\n\u003cp\u003e\nUnlock the world of coding with our free three-module course, designed for absolute beginners. Embrace an interactive learning experience and join a supportive community, making coding accessible to all. Your journey to a brighter future starts here. \n\u003c/p\u003e\n\n![142shots_so](https://github.com/dakshsinghrathore/ISRO-web/assets/115932772/2cad53d1-0072-449d-a7b4-2c277d9baa1b)\n\n## 💻 Tech Stack\n\n\u003e Frontend\n\n\n- [HTML5](https://developer.mozilla.org/en-US/docs/Glossary/HTML5) - HTML is the standard markup language for Web pages\n- [JavaScript](https://tc39.es/) - JS is an Open source runtime environment, built on the Chrome browser's V8 engine\n- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup\n\n## 🚀 Quick start\n\nContributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/dakshsinghrathore/Brighter-Beginnings/issues/new) or submit a pull request. Make sure to follow the project's code of conduct.\n\n\u003e **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.\n\n\u003e **Warning**: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's [code of conduct](/CODE_OF_CONDUCT.md).\n\n- Go through the [CONTRIBUTING.md](https://github.com/dakshsinghrathore/Brighter-Beginnings/blob/main/Contributing.md) file, where all the guidelines have been mentioned that will guide you to make your contribution.\n- Do check out the [project issue tracker](https://github.com/dakshsinghrathore/Brighter-Beginnings/issues) section.\n\n\n\n\n## Getting Started: Running the Project Locally\n\n### Why npm ?\n*[npm](https://www.npmjs.com/) relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe.*\n\n**Install dependencies**\n\u003e For frontend\n\n```bash\nnpm install -D @tailwindcss/forms\n```\n\n```bash\nnpx tailwindcss -i ./src/input.css -o ./dist/style.css --watch\n```\n\n\u003cdiv align=center\u003e\n  \u003ch2\u003eThis Project was part of\u003c/h2\u003e\n  \u003c!-- \u003cimg alt=\"hacktoberfest\" src=\"https://raw.githubusercontent.com/GirlScriptSummerOfCode/MentorshipProgram/master/GSsoc%20Type%20Logo%20Black.png#gh-light-mode-only\" width=87%\u003e --\u003e\n  \u003c!-- \u003cimg alt=\"hacktoberfest\" src=\"https://github.com/dakshsinghrathore/ISRO-web/assets/115932772/7bf7edc1-eeee-4e55-82fe-5f756ef7d11c#gh-dark-mode-only\"/\u003e --\u003e\n  \u003cimg alt=\"SWOC23\" src=\"https://github.com/dakshsinghrathore/Brighter-Beginnings/assets/115932772/708c764d-05a7-4e33-bf89-114306f35d8c\"/\u003e\n\u003c/div\u003e\n             \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakshsinghrathore%2Fbrighter-beginnings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakshsinghrathore%2Fbrighter-beginnings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakshsinghrathore%2Fbrighter-beginnings/lists"}