/Web-Devlopment-Projects

This repository allows you to share your web development projects with others. Simply upload your web development projects into the web development folder so others can see your work and contribute !!

Primary LanguageJavaScript

🎃 HacktoberFest Starter Project 🎃

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

What is Hacktoberfest?

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.

https://hacktoberfest.com/

How to contribute to this project

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!

Getting started

  • 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 !

Choose from these tasks

1. Add Your Web Development Project in Web Devlopment Folder !!

  • 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 !!

BONUS!

  • 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 !!

Reference links

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 Awesome

Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/

Additional references added by contributors

GitHub license explained https://choosealicense.com

Additional references for Contributors

  • 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.

Getting Started

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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.