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 trial

General Discussion

My first "application"

Based on this youtube tutorial:

https://www.youtube.com/watch?v=wSnELgwFFiQ

I finally managed to put together a small application. It's simple, it lacks functionality, but boy am I proud :)

Check it out if you have time:

https://jsfiddle.net/pruse/vm7nw5yj/6/embedded/result/

Thanks for Chris Upjohn for help too!

2 Answers

Sven Vanlandschoot
Sven Vanlandschoot
11,252 Points

yup looks nice.

Maybe some things you can change or add.

instead of deleting the things you have done just stripe it and add a date. Change the "result" to reset be able to use the enter key so you don't have to mouse over the "Add todo" button.

but anyways, you did more then I'm able to. :-) Keep up the good work and have fun coding.

Thanks Sven for your input.

Good ideas. I managed to make the enter key add tasks :) Striping and adding a date would probably demand a database I think, so it's out of my reach at the moment (I may be very, very wrong).

Updated version: https://jsfiddle.net/pruse/vm7nw5yj/10/embedded/result/

I would love to hear some seasoned programmers opinion about my code. I'm sure it could be more smart and more better. I'm super happy that it works, though :)