Web Programming TA class notes and examples for Babol Noshirvani University of Technology - Fall 2022
Title | Link |
---|---|
Interview | https://drive.google.com/file/d/1ULOrgoEa9IGRmHtox3VXZJOJkm_M5z76/view?usp=sharing |
pg - pgadmin with Docker | https://drive.google.com/file/d/1aRujGI9wJldVV4KGJ9nbayqqSLdj8M56/view?usp=sharing |
App | Description |
---|---|
Simple Button | simple css button |
First card | basic css showcasing real world card |
Guess the number | basic js guessing number |
Hanoi tower | demonstrating dom with a visual example |
Hello node | nodejs basic exmaple |
Modules | web's module system |
Todo app | learn forms with an example |
Make sure you have node.js installed. Install yarn if you haven't already.
npm install --global yarn
This repo is a yarn workspace. a simple yarn install
should share dependeices in examples and app.
All the credit goes to wonderful professors at Noshirvani Computer department.