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

Fabrice Triboix
Fabrice Triboix
6,858 Points

Which track to learn how to code a Web App?

Hello,

This question is mainly for Treehouse staff. I would like to learn how to make a Web App (in essence: single javascript page, offline storage, able to work offline).

For the app I am thinking about, it will also need a server backend (probably based on PHP). Obviously, the app will be able to access the backend only when online. In addition, the app will need recurring payment (I am thinking about using PayPal for that).

What would be the best track to learn the necessary skills? Or maybe more than one track would be needed?...

Many thanks for your help!

1 Answer

Corey Gibbons
Corey Gibbons
5,672 Points

Fabrice,

I'm not sure you fully understand how web apps work. Web apps are built with server-side languages like PHP, Ruby, Python etc, furthermore...the interface in which your customers interact with could not possibly be built on javascript alone.

My suggestion would be to complete the PHP track which will also run you through the front end fundamentals you need to build a simple interface with HTML/CSS/JS.

Hope that helps

Corey