qccoders / startup-idea-generator

Click a button and receive a randomized startup idea!
http://startups.qccoders.org
GNU General Public License v3.0
5 stars 7 forks source link
generator hacktoberfest hacktoberfest2018 hacktoberfest2022 react semantic-ui startup

Startup Idea Generator

Build Status license

Click a button, receive a randomized startup idea! With enough clicks and a vivid imagination, you could be the CEO of the next billion dollar startup!

Usage

git clone https://github.com/qccoders/startup-idea-generator
cd startup-idea-generator
npm install
npm start

About this App

This app is being collaboratively built by the members of QC Coders as part of the Hacktoberfest 2018 event. Our goal is to make something fun while providing our members with experience collaborating on an Open Source project and using Git and GitHub.

We aren't taking this project or ourselves too seriously and you shouldn't either. We'd like everyone that is interested to participate; if you aren't confident in your skills then this is a great opportunity to learn.

How to Contribute

Be sure that you've registered on the Hacktoberfest 2018 site!

  1. Contact us (via Slack, email to info@qccoders.org, or GitHub issue) to be added as a collaborator.
  2. Find an open, unassigned issue that you'd like to work on and assign yourself. If the work you'd like to do doesn't have an issue, create one and wait for feedback from a maintainer before beginning work.
  3. Clone (or make sure you're up to date with git pull) the repository, then create a new branch for your change with git checkout -b <your branch name>.
  4. Make your changes.
  5. Submit a Pull Request; be descriptive, and indicate which issue(s) are related to your changes.
  6. Your PR must be reviewed and approved by a maintainer and at least one other person prior to being merged. If changes are requested, push additional commits to your branch accordingly.
  7. When your PR has been approved it will be merged. Thanks for your contribution!

If you aren't sure what to do at any point, ask! There are no stupid questions.