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

Ruby

Peter Beleganski
Peter Beleganski
2,880 Points

Can you suggest me idea for project using Ruby Thanks :)

My friend from school and I are learning Ruby and we are wondering about our project. Please suggest us something for students project Thanks!

5 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

You could start with a simple app for adding movies to the database, listing them and showing each of them (with basic info and a picture), then expand it through user registrations, user roles (admin, user, moderator etc.) and finally connect it to some third party movie database through an API. This would let you learn more and more advances stuff at each step.

Chris Dziewa
Chris Dziewa
17,781 Points

You could make a blog with secure validation or a project time-tracking app. Try thinking of something that involves storing and retrieving data since Ruby excels in that type of application.

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Pure Ruby or with a framework like Rails?