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
- Host: GitHub
- URL: https://github.com/peterramsing/rubber-ducky
- Owner: peterramsing
- Created: 2015-11-28T06:48:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T16:44:25.000Z (over 10 years ago)
- Last Synced: 2024-12-28T02:44:06.349Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.