Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!
Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.
This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
https://github.com/Shubhamjain287
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
Here are 3 quick and painless ways to contribute to this project:
- Display your name and profile in the list of contributors by adding your name to the
public/userdata
file !! - Add Your Web Development Project in
Web Devlopment
Folder !! - And If You want to improve that webiste of List of Contributors , You can also Contribute to that !!
Choose 1 or all , and make a pull request for your work and wait for it to be merged!
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/Shubhamjain287/Web-Devlopment-Projects.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task below)
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun !
- Display your name and profile in the list of contributors by adding your name to the
public/userdata
file !!
{
id : 1,
Name : "Shubham Jain",
Description : "Open Source Contribution",
imgsrc : "https://1.bp.blogspot.com/-23yVlT_sCP4/YLS4fGUfbPI/AAAAAAAAHvo/TkZ2xSnXTHs2XRlRa3q4do5tgfvjozaSwCLcBGAsYHQ/s320/PicsArt_05-31-03.50.1",
github : "https://github.com/Shubhamjain287"
}
3. If You want to improve that webiste of List of Contributors You can also Contribute to that !!
- Merging All Pull Requests
- See profiles submitted by fellow coders from around the globe ... from Indore to Sohagpur.
- Check out some very creative projects in
web Development
Folder !!
Here is a great tutorial for creating your first pull request by Roshan Jossey: https://github.com/Roshanjossey/first-contributions
Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/
Syncing a Fork: https://help.github.com/articles/syncing-a-fork/
Keep Your Fork Synced: https://gist.github.com/fineanmol/f9b8943230e7031ae78cdcd1755bef32
Checkout this list for README examples - Awesome README
Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/
GitHub license explained https://choosealicense.com
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are truly appreciated.
- Check out our contributiors for more information.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.