Web App Tutorials (from front-end to back-end)

Hi all,

A few months ago, I went through the Free Code Camp tutorials, which were great! I then stumbled upon the MDN Learning Development Docs, which I have found to be great as well! I am going though all the MDN tutorials. I’ve finished Getting Started, HTML, CSS, and am half-way through Javascript. After Javascript, I’ll do Web Forms, Tools & Testing, and Server-side Programming.

Are there any MDN tutorials that take you from start to finish (front-end to back-end) on building a full-fledged web application (like a twitter app, or instagram app, it could be anything really)?

Just asking so I can queue up tutorials and think thoughtfully about my learning path.

Let me know, thanks!

Johnson

Hi @johnson.elugbadebo and welcome to the community :wave:

I’m afraid there isn’t such a comprehensive that includes a front-end app and a back-end API to interact with.

The closest to that are probably the client-side framework tutorials where you build a complete todo app with the respective technologies and the server-side framework tutorials where you build a complete back-end that serves HTML pages. (But no connections between the two parts).

Have a nice day,
Michael

Hi Michael,

Thanks for the note. If you come across any tutorials that provide an walkthrough of building an app with connections between front-end and back-end, please let me know, thanks!

Johnson

1 Like