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
Morten Hauge
9,240 PointsCreating applications for Windows - Where do I begin?
Hello!
I've been subscribed to Teamtreehouse since the beginning of February. I've learned a great deal from the front-end development courses that I've taken so far, but now I want to start building applications.
I've tried out the courses on Python, Java and a tiny bit of C#, but none of them really seem to teach me the things that I want to be able to do for now. My goal for now is to create a simple cookbook application where the user inputs an ingredient and specifies the amount. Once the user has input all of their desired ingredients and named the dish, the app spews out a completed recipe.
Maybe someone with a little more experience could help me out here. I love computers, programming and putting my ideas to life, but I'm struggling to stay motivated when I feel like I'm going nowhere.
1 Answer
Keegan Gladstone
Courses Plus Student 16,208 PointsHi, I am a CS major in my last semester and even I cannot tell you how to fully deliver an app, so don't worry. After a quick Google search I came across this "https://devcenter.heroku.com/articles/intro-for-java-developers". I have not completed it, but I saw a heroku course/workshop on treehouse. This may be a good starting point of reading to understand the process.
Morten Hauge
9,240 PointsMorten Hauge
9,240 PointsHi, I appreciate your answer. I will definitely check this out.