Code Monkey home page Code Monkey logo

starterhive's Introduction

Starter Hive โœจ

License

GitHub Header

๐Ÿš€ Simplifying and Guiding First Contributions for Beginners ๐Ÿš€

Welcome to Starter Hive! This project aims to make it easier for beginners to make their first contributions. Whether you're new to programming or looking to contribute to open-source projects, this repository provides the necessary resources and guidance.

๐Ÿ’ป Tech Stack

Client: React , TailwindCSS

Server: Node, Express

๐Ÿ“– Table of Contents

๐Ÿค Contributing

Follow these steps to contribute to the project:

  • Step 1

    Fork this repository

fork

  • Step 2:

    Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

clone

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

opy

The code will look something like this :

git clone https://github.com/{your user name}/StarterHive.git
  • Step 3:

    Navigate to StarterHive on your device

    cd StaterHive/
  • Step 4:

    • Add an upstream link to the main branch in your cloned repo
    git remote add upstream https://github.com/ArslanYM/StarterHive
    • Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
    git pull upstream main
  • Step 5:

    Create your feature branch (This is a necessary step, so don't skip it)

    git checkout -b <feature-name>
  • Step 6: Make necessary changes and commit those changes

    Add your commits to the staging

    git add .
    
  • Step 7: Commit the changes

    • Now commit those changes using the git commit command:
    git commit -m "Write a meaningful but small commit message"
    • Follow this Guide for commit messages.
  • Step 8: Push your code.

    Push your changes using the command git push :

    git push -u origin your-branch-name
  • Step 9:

    Create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)

New to open-source?

You can also contribute to this project if you are new to open source:

๐Ÿง‘โ€๐Ÿ’ผ Project Admin

Arsalan
Arslan Malik

๐Ÿ‘ฅ Project Mentors

Nadeem
Nadeem

โœจ Contributors

Thank you for your dedication and hard work. Your contributions are invaluable to our team, and we are so grateful for all that you do. Your hard work and dedication are truly admirable. Thank you for your unwavering commitment and for all that you do for our team.

Please visit Contributors to check the list of contributors and add your name to the list to become a contributor.

Contributors

๐ŸŽจ Frontend Development

Calling all Frontend developers! We invite you to contribute to the web/ directory of this project. The web/ directory contains all the frontend code and assets. Whether you're experienced or just starting with frontend development, your contributions are highly appreciated.

Feel free to explore the web/ directory, make improvements, fix bugs, or add new features. Don't hesitate to share your ideas and suggestions to enhance the user experience.

To contribute to the Frontend development:

  1. Fork this repository.
  2. Make your changes in the web/ directory.
  3. Submit a pull request explaining the changes you made and why they are valuable.

Let's work together to create an amazing frontend experience for our users!

๐Ÿ“ Guidelines

Please ensure that you adhere to the project's guidelines while making contributions. You can find detailed guidelines in the Guidelines document.

๐Ÿ“„ License

Starter Hive is licensed under the MIT License. For more information, please see the LICENSE file.


Thank you for choosing Starter Hive! We hope this repository helps you in your journey as an open-source contributor. Let's create amazing things together! โœจ

starterhive's People

Contributors

arslanym avatar rahilansari261 avatar yacdanycr avatar amanrajrana avatar kruthardh11 avatar henrique-mazzoleni avatar ashwanthramkl avatar muhammadrabi avatar marcelorafaelfeil avatar alimurtuzacodes avatar aashay28 avatar turtlebeasts avatar masif2002 avatar thgnommy avatar kaleemullah786 avatar keshav-aneja avatar nadeem099 avatar lokeshkadem avatar poorvijn avatar sohoxic avatar shubh8899 avatar realazaber avatar love-sonkar avatar agmarcos5 avatar promise-dash avatar ayush-chandil avatar yashhhh04 avatar kaur-rajdeep avatar harshsbhandari avatar vijaynaidu16 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

amar1795

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.