https://github.com/btholt/intro-to-webdev-app
The app to accompany https://frontendmasters.com/workshops/introduction-web-development/
https://github.com/btholt/intro-to-webdev-app
Last synced: 12 months ago
JSON representation
The app to accompany https://frontendmasters.com/workshops/introduction-web-development/
- Host: GitHub
- URL: https://github.com/btholt/intro-to-webdev-app
- Owner: btholt
- Created: 2014-07-12T23:50:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T20:01:54.000Z (almost 8 years ago)
- Last Synced: 2025-06-30T02:56:17.177Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 27
- Watchers: 7
- Forks: 119
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Updated Course Released
🔥 There is an updated version of this course available here: [Complete Intro to Web Development, v2](https://frontendmasters.com/courses/web-development-v2/)
# Intro to Web Dev App
This app is the accompanying app the first Intro to Web Dev class taught by [@btholt](https://github.com/btholt) and [@nnja](https://github.com/nnja) for [Frontend Masters](http://www.frontendmasters.com).
The slides to accompany this presentation you may find [here](https://docs.google.com/presentation/d/1KeWOWSM28qYI1mtkuHkY2vB2UUhwNkg7sq_LPqfYXKs/edit?usp=sharing).
The course videos are here: [Introduction to Web Development](https://frontendmasters.com/courses/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.