An open API service indexing awesome lists of open source software.

https://github.com/chiumax/help-me-choose

Website that helps you make a difficult decision.
https://github.com/chiumax/help-me-choose

beginner-project first-project react

Last synced: about 2 months ago
JSON representation

Website that helps you make a difficult decision.

Awesome Lists containing this project

README

          

# Help Me Decide! :triumph:
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![code style: pretty diff](https://img.shields.io/badge/code%20style-pretty%20diff-lightgrey.svg?style=flat-square)](https://github.com/prettydiff/prettydiff)

Website that helps you make a difficult decision.

List down the options you have and let a computer decide for you.

Check it out here: https://dumblole.github.io/help-me-choose/

If you have any suggestions on making this project any better I'd appreciate it.

Please create an issue if something wrong happens.

## Resources/Dependencies :books:

Specifics can be found under the insights tab

- React.JS [https://reactjs.org/]
- Babel [https://babeljs.io/]
- Webpack [https://webpack.js.org/]

## Screenshots

![](https://github.com/dumblole/help-me-choose/blob/master/images/main.PNG)
![](https://github.com/dumblole/help-me-choose/blob/master/images/main_fill.PNG)
![](https://github.com/dumblole/help-me-choose/blob/master/images/selected.PNG)

## Code Style :art:

- I use the [Prettier](https://prettier.io/) code formatter for js (default settings from [atom-beautify](https://github.com/Glavin001/atom-beautify)).

[prettier logo](https://prettier.io/)

* I use the [Pretty Diff](https://github.com/prettydiff/prettydiff) code formatter for html (default settings from [atom-beautify](https://github.com/Glavin001/atom-beautify)).

[Pretty Diff logo](https://github.com/prettydiff/prettydiff)