{"id":18232793,"url":"https://github.com/swaindhruti/first-commit","last_synced_at":"2025-06-23T13:37:17.198Z","repository":{"id":258978487,"uuid":"871649547","full_name":"swaindhruti/First-Commit","owner":"swaindhruti","description":"First Commit: A beginner-friendly project to help developers make their first contribution to open-source. Learn the basics of Git, GitHub, and collaboration by adding your profile and showcasing your skills on a frontend card. Perfect for newcomers to get hands-on experience!","archived":false,"fork":false,"pushed_at":"2024-10-21T09:29:22.000Z","size":212,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T18:41:11.396Z","etag":null,"topics":["begginer-friendly","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","neobrutalism-components","nextjs","open-source","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://first-commit-rho.vercel.app","language":"TypeScript","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/swaindhruti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-12T14:53:26.000Z","updated_at":"2024-10-21T09:40:14.000Z","dependencies_parsed_at":"2024-10-22T10:52:27.286Z","dependency_job_id":null,"html_url":"https://github.com/swaindhruti/First-Commit","commit_stats":null,"previous_names":["swaindhruti/first-commit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swaindhruti/First-Commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaindhruti%2FFirst-Commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaindhruti%2FFirst-Commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaindhruti%2FFirst-Commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaindhruti%2FFirst-Commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swaindhruti","download_url":"https://codeload.github.com/swaindhruti/First-Commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaindhruti%2FFirst-Commit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261487544,"owners_count":23166110,"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":["begginer-friendly","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","neobrutalism-components","nextjs","open-source","typescript","vercel"],"created_at":"2024-11-04T14:03:41.344Z","updated_at":"2025-06-23T13:37:12.185Z","avatar_url":"https://github.com/swaindhruti.png","language":"TypeScript","readme":"# 🚀 First Commit\n\nWelcome to **First Commit**, a project designed to help newcomers make their **first contribution** to open-source! This is a beginner-friendly initiative that guides you through the fundamentals of Git and GitHub—such as commands, pull requests (PRs), issues, and handling merge conflicts. With **First Commit**, you can easily gain hands-on experience by contributing to a real-world project.\n\n---\n\n## 🌟 Overview\n\n**First Commit** provides an opportunity for developers who are new to open source to take their first step toward becoming contributors. It's a simple project where users add their information, such as their name, GitHub profile link, and designation (e.g., Open Source Enthusiast, UI/UX Designer). Your profile will be displayed as a card on the frontend.\n\nThrough this project, you’ll learn:\n- 🛠 Basic **Git commands**  \n- 🐙 Exploring **GitHub** for collaborative coding and project management \n- 🔧 Making and reviewing **pull requests**  \n- 📝 Creating and resolving **issues**  \n- ⚔️ Handling **merge conflicts**\n\n---\n\n## ⚙️ Project Setup\n\n### 📝 Prerequisites\nBefore you begin, ensure you have the following software installed:\n\n- [Git](https://git-scm.com/downloads) – Version control to manage your code.\n- [NodeJS](https://nodejs.org/en) – JavaScript runtime to run the project locally.\n\n### 🛠 Installation Guide\n1. **Fork** this repository by clicking the \"Fork\" button at the top-right corner of this page.\n2. **Clone** the repository to your local machine:\n   ```bash\n   git clone https://github.com/your-username/first-commit.git\n   ```\n3. **Navigate** to the project directory:\n   ```bash\n   cd first-commit\n   ```\n4. **Install** the required dependencies:\n   ```bash\n   npm install\n   ```\n5. **Start** the project on your local server:\n   ```bash\n   npm start\n   ```\n   The project will now run on `http://localhost:3000`.\n\n---\n\n## 🤝 Contributing Guide\n\nReady to make your first contribution? Follow these steps:\n\n1. **Fork the repository** to your GitHub account.\n2. **Create a new branch** for your feature or fix:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. **Make your changes** to the codebase.\n4. **Stage your changes**:\n   ```bash\n   git add .\n   ```\n5. **Commit your changes** with a meaningful message:\n   ```bash\n   git commit -m \"Add [your-feature] - a brief description\"\n   ```\n6. **Push** the branch to your GitHub fork:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n7. **Open a pull request** (PR) from your forked repository by going to the original repo and clicking \"New Pull Request.\"\n\n### 💡 Things to Consider\n- Ensure your code is clean and adheres to the project’s coding standards.\n- Keep your commit messages clear and concise.\n- Be respectful and considerate of others’ contributions.\n\n---\n\n## 📜 Code of Conduct\n\nPlease adhere to our [Code of Conduct](CODE_OF_CONDUCT.md). It's important to foster an inclusive and respectful environment for everyone involved.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. You can view the license file [here](LICENSE).\n\n---\n\nHappy contributing! 🎉\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswaindhruti%2Ffirst-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswaindhruti%2Ffirst-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswaindhruti%2Ffirst-commit/lists"}