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

https://github.com/peterramsing/rubber-ducky

A web app that helps break through those sticky code situations
https://github.com/peterramsing/rubber-ducky

Last synced: 8 months ago
JSON representation

A web app that helps break through those sticky code situations

Awesome Lists containing this project

README

          

# Rubber Ducky

Rubber Ducky is a tool used to help break one out of their problem. Many times when I'm stuck on a code problem I just need the right question to get me out of whatever corner I backed myself in.

This app will ask you questions about your problem, questions that should help you step back and see your problem from a different angle.

This project currently is very much a WIP. Feel free to create new issues for features or chime in on current issues with any input.

This project currently has only one milestone currently:
[see milestone](https://github.com/peterramsing/rubber-ducky/milestones/)

A user should be able to:
- Select at least 1 category
- Be given at least 6 different problem solving questions

This will grow and adapt...or I'll get really busy and this will not go anywhere too far.

#### My personal goals from this project
- Build an Angular app
- Write better tested code
- Learn what questions I can be asking myself in my day job to solve problems faster and better
- Contribute to the open source community, without which I would not be who I am today

This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.14.0.

## Build & development

Run `grunt` for building and `grunt serve` for preview.

## Testing

Running `grunt test` will run the unit tests with karma.