Skip to content

Ibraheemshehada/intro-to-webdev-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro to WebDev App

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

The slides to accompany this presentation you may find here.

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.8%
  • HTML 22.7%
  • CSS 18.5%