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

Angel Cardona
Angel Cardona
2,830 Points

What should i focus in?

Hi guys,

Im trying to create a web application that can be also exported as mobile apps (i read that it is possible to create semi-native apps with the same code.. for example using cordova) So... my application will have:

Social register + auth A chat for all the users A payment system with a premium subscription (for example, 30 days of premium content for each payment) I will show content to users that didnt pay (for example just showing 1/10 content results) I will show full content to users that paid and have premium days available.

For this approach im thinking that i need an API, a relational Data base (like mysql), javascript and the styling in HTML and CSS. Can someone guide me in what tracks should i start with to achieve that project?