Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialIvan Juras
1,238 PointsI made a To-Do app in CoffeeScript. Do you like it?
Hey guys, I followed the new Javascript course, but instead of following it in JavaScript, I wrote the To-Do app in CoffeeScript. Could you give me any suggestions on what I did wrong here (this question is for CoffeeScript masters out there). You can see it here:
https://github.com/ivanjuras/Treehouse-To-Do-App-CoffeeScript
1 Answer
David Makowski
13,676 PointsI didnt do the course yet, but your app is nice. Simple, working, clear.... i like it ;-)
Just in that respect i thought that the actual thing about a toDo App is acutally how to have accec to it everywhere. So that you don;t have to open a browser or a programm to use it. I guess as a widget it's perfect. So maybe that's some kind of next design challenge...how to make this app usable in the best way...easy to access but then again not annoying... I don't like to have 10 widgets at a time.
But thats just some thoughts ;-)