cs20 hw 🐊🕸️
(hw1) scuffed intro website: https://elena-jin.github.io/cs20/
(hw2ab) website for le's vietnamese restaurant: https://elena-jin.github.io/cs20/hw2-les-vietnamese-website/
(hw3) joe's hotdog website: https://elena-jin.github.io/cs20/hw3-joes-hot-dogs/
(hw4) tic tac toe:
1. https://elena-jin.github.io/cs20/hw4-tic-tac-toe/ttt1.html
2. https://elena-jin.github.io/cs20/hw4-tic-tac-toe/ttt2.html
3. https://elena-jin.github.io/cs20/hw4-tic-tac-toe/ttt3.html
4. FINAL VERSION: https://elena-jin.github.io/cs20/hw4-tic-tac-toe/ttt4.html
(hw5) react needs npm run so just download this and then put that there :D
javascript extra credit:
https://elena-jin.github.io/cs20/js-extracredit/part1.html
https://elena-jin.github.io/cs20/js-extracredit/part2.html
https://elena-jin.github.io/cs20/js-extracredit/part3.html
midterm project: https://elena-jin.github.io/cs20/midterm/mainmenu.html (with yoyo, scarlett, emma and i)
(hw6) practice with json & api ** USE VSCODE LIVE SERVER EXTENSION **:
products1.html: https://elena-jin.github.io/cs20/hw5-api/products1.html
products2.html: https://elena-jin.github.io/cs20/hw5-api/products2.html
products3.html: https://elena-jin.github.io/cs20/hw5-api/products3.html
NASA random image generator api: https://elena-jin.github.io/cs20/hw5-api/api.html
php extra credit
times.php: https://elenaj.sgedu.site/php/times.php?n=3
assoc_array.php: https://elenaj.sgedu.site/php/assoc_array.php
objects.php: https://elenaj.sgedu.site/php/objects.php
database.php: https://elenaj.sgedu.site/php/database.php
(hw9) two owls restaurant form
assignment: https://elenaj.sgedu.site/owls/order_form.php
extra credit: https://elenaj.sgedu.site/owls/show_orders.php
(final proj Stock Ticker App — Part 1 / Part 2)
(Part 1 (local))
- Run:
npm installthennpm start(ensure .env contains MONGODB_URI and CSV_FILE) - Script reads
companies-1.csvand inserts intoStock.PublicCompanies.
(Part 2 (web))
- Run:
npm installthennode index.js - Home:
/— enter query, select search type (ticker/company). Results shown and logged to console. - Deploy: set
MONGODB_URIon hosting provider (Heroku).