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!
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
Hashim Warren
Front End Web Development Techdegree Student 1,207 PointsWhat's your CRUD app? (I need help thinking up mine)
Spencer Fry writes that having an idea helps you learn to program: http://blog.teamtreehouse.com/learning-to-program-requires-an-idea
He writes about building a CRUD app, a project that's meant to get your feet wet, and keep your interest.
What's your CRUD app? What are you looking to build?
I want to learn PHP and CSS and Javascript. But I feel the need to have a CRUD idea to keep me going when things begin to get hard. Any advice? How
3 Answers

syedtalal
4,972 PointsI built a very simple To Do List app. It's great for clearing concepts. Add new tasks (Create), list them all (Read), add or edit attributes like the date it is due (Update) and delete them once they are completed (Delete). The bare-bones structure can be handled by HTML, the eye candy with CSS and the interactivity part with JS.

Spencer Fry
667 PointsThanks for reading!
My CRUD app was https://www.uncover.com but it's changed a bit since I first began working on it.

James Barnett
39,199 PointsI'd recommend you start by working through the projects on [pairuptocode.com](pairuptocode.com)