A collaborative Java playground where ideas come alive, code evolves through contributions, and AI (ChatGPT) plays the role of a virtual teammate.
This repository is not just about building software—it’s about learning, experimenting, and co-creating with people and AI.
🧪 Experiments in Java – small projects, prototypes, and algorithm explorations.
🤝 Collaborative Development – multiple contributors shaping and refining ideas.
🤖 AI-Assisted Coding – ChatGPT is heavily used for:
Generating starter code & refactoring
Explaining tricky concepts
Writing docs & READMEs
Prerequisites
Java JDK 8+
(Optional) Maven or Gradle if experiments use build tools
Git for version control
Installation git clone https://github.com/Asmit159/Experiment.git cd Experiment
Each folder contains a self-contained experiment. Navigate inside, build, and run.
We love contributions! Here’s the workflow:
Fork this repo
Create a new branch:
git checkout -b my-experiment
Use ChatGPT (or other AI tools) to brainstorm, write, or refactor.
Commit with context-rich messages:
git commit -m "Added sorting algorithm experiment (designed with ChatGPT)"
Open a Pull Request 🚀
💡 Tip: Share both your code and how AI helped you—it makes the repo more insightful.
Experiment Description lms Prototype of a Library Management System (add more) More experiments will appear here as we grow 🌟 Why ChatGPT?
ChatGPT acts like a pair programmer in this project:
📌 Suggests multiple approaches
🛠️ Helps debug and optimize
📝 Generates documentation
💡 Inspires new experiments
Asmit Mandal (Maintainer)
Aditya Das(Contributor)
And many more collaborators + ChatGPT 🚀
This repository is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for details.
GitHub: Asmit159
Ideas, feedback, or want to collaborate? → Open an issue or PR!
All contributors who shaped this project.
ChatGPT – for being the 24/7 brainstorming partner.