All Projects → hoelzro → idea-fight

hoelzro / idea-fight

Licence: MIT License
A web application for helping you decide the priorities of your ideas

Programming Languages

elm
856 projects
HTML
75241 projects

Projects that are alternatives of or similar to idea-fight

Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+288.24%)
Mutual labels:  application
pindery
An amazing party app.
Stars: ✭ 14 (-17.65%)
Mutual labels:  application
My-Business
Business management tool featuring accounts, invoices, partners, projects, and server 🦄
Stars: ✭ 37 (+117.65%)
Mutual labels:  application
dothq.co
This repository has moved to:
Stars: ✭ 17 (+0%)
Mutual labels:  application
acquia cli
Provides a Robo console application to the Acquia CloudAPI for managing deployment tasks and environment configuration.
Stars: ✭ 30 (+76.47%)
Mutual labels:  application
HNReaderApp
Hacker News client for macOS
Stars: ✭ 169 (+894.12%)
Mutual labels:  application
tutti-quanti-shelf
Collection of miscellaneous developer-oriented utilities wrapped into one single app, built with Electron.
Stars: ✭ 30 (+76.47%)
Mutual labels:  application
Appactive
AppActive: A middleware to build an application with multiple active architectures(阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件)
Stars: ✭ 241 (+1317.65%)
Mutual labels:  application
react-native-todo
Very lightweight and smooth design todo app with react-native
Stars: ✭ 25 (+47.06%)
Mutual labels:  application
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+117.65%)
Mutual labels:  application
app
Quick start JSON API application
Stars: ✭ 80 (+370.59%)
Mutual labels:  application
timber-ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 155 (+811.76%)
Mutual labels:  application
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (+400%)
Mutual labels:  application
zoom
A Laravel boilerplate application
Stars: ✭ 46 (+170.59%)
Mutual labels:  application
vcoin
VCoin is lightweight application for keeping track of cryptocurrency prices.
Stars: ✭ 34 (+100%)
Mutual labels:  application
rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (+105.88%)
Mutual labels:  application
aws-ses-template-manager
A simple application offering an interface for CRUD management of AWS SES templates across all compatible regions and with your own choice of credentials profile. A great GUI productivity tool that can be setup and run locally in seconds (see readme).
Stars: ✭ 23 (+35.29%)
Mutual labels:  application
android
Android eduVPN application
Stars: ✭ 80 (+370.59%)
Mutual labels:  application
WeatherInKotlin
使用Kotlin语言开发的一款天气app
Stars: ✭ 85 (+400%)
Mutual labels:  application
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (+52.94%)
Mutual labels:  application

Idea Fight

What Is This?

Idea Fight is a web application for helping you prioritize a list of ideas. For details on why I wrote this on how it works, check out this blog post.

Installation

Idea Fight is a client-side-only web application, so you don't need to install anything if you don't want to! There's a version that you can use at http://idea-fight.hoelz.ro.

If you want to install your own version in order to make changes, you'll need to install the Elm compiler version 0.19.1 (the most current as of this writing). After you have Elm installed, you can build the JavaScript file using elm make:

elm make --output js/idea-fight.js Main.elm

Copy the js/, css/, and index.html files to wherever you want to host your version, or simply open index.html in your browser.

How to Use It

To use Idea Fight, just enter a list of ideas into the provided text box, one per line:

Input your ideas

Once you're done, hit the "Continue" button, and you'll be presented with two ideas among the ideas you entered in:

Choose the better idea

Click the idea you prefer between the choices. As Idea Fight determines which ideas are the best, it will present them to you; keep making selections until you have as many good ideas as you want!

Full example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].