Ideas that were halfway implemented but never ended up seeing through completion put here for others to pick and work on
- Create a markdown file titled
<idea>.md
inside the folderideas/
- All files should be formatted in the following manner
# <Idea title>
a short description on what the idea is
## Why
talk about
- the problems that you saw causing you to come up with this idea to solve it
- something unique which you see isn't currently already implemented
- something which is already implemented made better according to you
## How
talk about
- how you thought of implementing the idea
note: try to be vague so as to leave room for interpretation
## Challenges Faced
talk about
- the challenges you faced while implementing the idea
note: try to be vague so as to leave room for interpretation
## Good to have features
talk about
- the things that you would like to see implemented
- good to have features
note: try to be vague so as to leave room for interpretation
contributed by [your github name](your github link)
- Once the file is created, open a PR titled
Idea submission: <idea title>
- In the PR description paste the contents of your
<idea>.md
file
- Create a markdown file titled
<project name>.md
inside the folderimplementations/
- All files should be formatted in the following manner
# <Project title>
description on what the project is
## Features
a list of all features added in the project along with optional explanation text
## Why use this?
convince the people why they should give your project a try
## Why we built this?
talk about what got you to building this project in the first place
## Deployment instructions
instructions on how to get your project running
optional: live link
## Extra information
anything extra that you want to talk about
contributed by
- [your github name](your github link)
- [your github name](your github link)
- [your github name](your github link)
**[check us out on github](link to the github repo housing the project)**
- Once the file is created, open a PR titled
Project submission: <project title>
- In the PR description paste the contents of your
<project title>.md
file
note:
- you are free to give the project linked to an idea a better name
- multiple people (different teams/individuals) can choose to pick the same idea to implement
- not all submitted projects can be merged with the main branch, but just because your submission was not merged does not mean that it is bad
All ideas and projects shared here are licensed under the MIT License, allowing anyone to freely pick and work on them. The author holds no liability for any misuse.
please make sure all projects being submitted include a dedicated MIT License