Skip to content

Dead Ideas that were halfway implemented but never ended up seeing through completion put here for others to pick and work on

License

Notifications You must be signed in to change notification settings

Builders-Hut/Dead-Ideas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dead-Ideas

Ideas that were halfway implemented but never ended up seeing through completion put here for others to pick and work on

How to contribute an idea

  1. Create a markdown file titled <idea>.md inside the folder ideas/
  2. 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)
  1. Once the file is created, open a PR titled Idea submission: <idea title>
  2. In the PR description paste the contents of your <idea>.md file

example idea

How to work on an idea

  1. Create a markdown file titled <project name>.md inside the folder implementations/
  2. 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)**
  1. Once the file is created, open a PR titled Project submission: <project title>
  2. 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

Important

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

About

Dead Ideas that were halfway implemented but never ended up seeing through completion put here for others to pick and work on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published