/Back-To-Code

Primary LanguagePythonMIT LicenseMIT

🥳🌟Hacktoberfest 2022🌟🥳

Amazing Hacktoberfest 2022

🌟Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt 🌟


📢 Register Yourself for Hacktoberfest and make four quality contribution pull requests (PRs) between October 1st-31st to grab free SWAGS! 🔥

What's in it for you? 🤔

  • Meet fellow coders, build a team.
  • Get your questions answered and help others by answering theirs.
  • Share your creative ideas about improving this community.
  • Showcase you previous works as a motivation for others.
  • Resources to get you started and sharpening the skills.
  • And lot of things coming from you.

How to do contributions ⁉️

1. Fork the Project 🍴

Fork this repository and make changes in code as required. You can change it online or by cloning it in your device. Then Pust it on your Forked Repo for further Actions. Do not use special characters in the template above.

2. Make a useful contribution🙂

This code is use to generate a table using java swing

execute in any jdk environment

Happy coding!


  • Use bullets if you need
  • Bullets are a good way to summarize a few things

If you have too much info here, it might be a good candidate to break down into multiple commits. You can use emoji here too ✨


3. Lastly, submit your Pull Request ✅

Now that you have added your files, generate a pull request and wait for it to be merged after validation

Follow the below steps for contribution

  1. first fork this repo
  1. make a directory/folder on your local system and initial it,
mkdir <your directory name>
git init
  1. then clone this repository on your local system by running below command
git clone "your forked repo url"
  1. Work on the project
  1. after creating your changes and in order to add your changes run the following command
git add .
  1. Its time to commit the changes made
git commit -m "your valid commit message"
  1. then push the changes that you have made, run the below command,
git push -u origin main

"All the best for the event" ✨

Show some ❤ by starring⭐ the repository.