btholt / intro-to-webdev-app

The app to accompany https://frontendmasters.com/workshops/introduction-web-development/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated Course Released

🔥 There is an updated version of this course available here: Complete Intro to Web Development, v2

Intro to Web Dev App

This app is the accompanying app the first Intro to Web Dev class taught by @btholt and @nnja for Frontend Masters.

The slides to accompany this presentation you may find here.

The course videos are here: Introduction to Web Development.

It is a very basic Twitter clone using node.js and jQuery.

Organization

The main app is in the app folder. A bunch of smaller exercises are in the node-exercises folder. Make sure you run npm install in each folder that has a package.json.

Contributing

Feel free to fork and make pull requests if you see any mistakes or better ways to instruct students.

License

For any code we've written, it is free to use, abuse, and shape any way you see fit under the MIT license.

About

The app to accompany https://frontendmasters.com/workshops/introduction-web-development/


Languages

Language:JavaScript 58.9%Language:HTML 22.7%Language:CSS 18.5%