An open API service indexing awesome lists of open source software.

https://github.com/mallickboy/xyz


https://github.com/mallickboy/xyz

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Portfolio

Hello, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science :computer:. This repo is for portfolio site you can use it make yours too.

#### Tech Stack used 🛠️

![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

#### Want to contribute?
1. Fork this repo. You can fork the repo by clicking "fork" button on top-right corner.

forking

2. Clone it on your local machine by simply clicking green "code" button and copying the given link.

forking

Copy this link and open command prompt and switch to the location you want to save the project and run
```git clone ```

3. Add your changes or features.

4. Before pushing the code run following command to avoid merge conflicts
``` bash
git remote add upstream https://github.com/sarthaknerd/Poftfolio.git
git fetch upstream
git pull upstream master
```
5. Stage all the changes using ```git add .```

6. Add commit message ```git commit -m ""``` and push the code using ```git push ```

7. Then go to the main repo from where the project is forked and go into **Pull Request** tab.

Pull Request creation

8. Click **New Pull Request** button.

forking

9. Select the branch from forked repo you have contributed to and want to merge to the main repo and click **Create Pull Request**.

Selecting branch for pull request

And bam!:fire: thats it.