- An open source platform.
- Beginner-friendly for Hacktoberfest contribution.
A website to Connect with all Active Github users.
- HTML
- CSS
- Javascript
Check out the website: Connecting - https://connecting-user.netlify.app/
Before installation, please make sure you have already installed the following tools:
-
Fork the project.
-
Use these commands in your git bash to make a clone of the project in your pc.
$ gh repo clone username/Connecting
$ git clone https://github.com/username/Connecting
- Navigate to the project directory:
cd Connecting
- Fork the project:
- Click the gray
Fork
button at the top right of this page. This creates your copy of the project and saves it as a new repository in your GitHub account
- Create a New Branch:
- On your new repository's page, click the gray
main
button in the upper left to reveal a dropdown menu. - Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example:
profileAdd
). - Click on
Create branch <new branch name>
and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. The best practice is to create a new branch for each separate issue you work on. That way yourmain
branch remains in sync with TechCreatorsmain
branch.
- Navigate to file:
- Navigate to the profile/profile.json file.
- Edit:
- On the top right of the JSON file, click on the pencil icon to edit the file by adding your name and username.
- You can add JSON objects wherever you want in the file, it will automatically arrange according to alphabetical order.
- After editing the JSON file, add a commit message and click on the green button saying "Commit Changes". Make sure you have selected the branch you have created.
- Raise a Pull Request:
- And finally, create a Pull Request!
- Great job! You did it!
To run locally, just cd
into the project and run the following commands to run node modules and serve the website locally.
npm i
npm run start
If you don't know anything and haven't understood anything from this just go to profile.json and just add your name and username only.
Thank you all...
Don't forget to star a repo