Number Pattern Generator Objective: Generate patterns like triangles, pyramids, diamonds using JavaScript loops. Features: Nested loops String concatenation and padding Dynamic pattern rendering in HTML Add color transitions for even/odd rows.
Task 2 Real-Time Cryptocurrency Price Tracker (API + Auto-Refresh + Chart.js) Features included exactly as per assignment: ✔ Fetch crypto prices using a public API ✔ Auto-refresh prices every few seconds ✔ Chart rendering using Chart.js ✔ Green/Red color change based on price movement ✔ Responsive UI ✔ Works in any browser (no backend needed