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

Gustavo Barrera
Gustavo Barrera
704 Points

Choosing my university final project

Hi I have chosen to develop a salon website with an online booking system. I would like to hear opinions regarding the complexity of the chosen project. Is a booking system to complicated to build? I have studied php and mysql which are the technologies I am intending to use alongside HTML 5.

Many thanks...

1 Answer

Dane Parchment
MOD
Dane Parchment
Treehouse Moderator 11,077 Points

To be honest my friend that is the type of question you need to answer yourself, how comfortable are you with OOP, Data Structures, MySQL or any other Database? A booking system can be quite complex, if you haven't done one before, there are a lot of things to consider. Also you need to be aware of PHP security, and how to keep your application safe from Cross Site Scripting, SQL Injections, etc. You will need to use a back-end programming language and a database alongside html5/css3 if you want to create a website with that type of feature (if you are creating the booking application itself as well), because html5 doesn't have the ability to create something that complex.

At the end of the day, only you can really answer if you are ready or not to tackle such a task, but if you want my professional opinion, make sure you are comfortable programming in PHP/MYQSL/HTML5/CSS3/JavaScript, before you dive into a website like that.

Have FUN!