Welcome to Ideator, a powerful Hackathon Idea Generator Webapp built using React JS and Django! Ideator is designed to provide participants with creative and innovative project ideas for hackathons, helping them unleash their creativity and excel in hackathon competitions. Whether you are a seasoned hacker or a first-time participant, Ideator has got you covered with a plethora of project suggestions tailored to various domains and technologies.
Simply create an account, tell us about your skills and begin generating hackathon ideas for any specific themes anytime, anywhere!
We welcome contributions from the open-source community to make Ideator even better! If you want to contribute to the project, follow these simple steps:
-
Fork the Repository
-
Clone the Repository
Once you have forked the repository, clone it to your local development environment using the following command:
$ git clone https://github.com/<your_github_username>/Ideator.git
Replace your-username with your GitHub username.
-
Create a Branch
Move into the project's directory and create a new branch for your contributions:
cd Ideator git checkout -b my-feature-branch
Replace my-feature-branch with a descriptive branch name related to your changes.
-
Make Your Changes
Now it's time to work on your contributions! Feel free to add new hackathon ideas, improve the user interface, enhance backend or frontend functionality, or fix any issues you find.
-
Check the changed files
git status
-
Commit Your Changes
git add . git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push to Your Forked Repository
git push origin my-feature-branch
Replace my-feature-branch with the name of your branch.
-
Create a Pull Request
Go to your forked repository on GitHub, and you should see a "Compare & pull request" button. Click on it to create a pull request (PR) from your branch to the main Ideator repository.
Ideator is brought to you by a passionate and talented team dedicated to making hackathons more exciting and engaging. The core team members are:
- Kailash (@kailashchoudhary11) - Project Lead and Full-stack Developer
- Shubham (@MisterMickey) - Frontend Developer and UI/UX Designer
- Vidip (@Vidip-Ghosh) - MERN Developer
- Vinaya (@Vinaya-Sharma) - Database Specialist and DevOps
We sincerely thank you for checking out Ideator. Your interest and support mean a lot to us. Happy hacking, and we hope Ideator helps you create amazing projects for your next hackathon!