Skip to content
View startupsandcode's full-sized avatar
😄
Coding and writing tutorials
😄
Coding and writing tutorials

Block or report startupsandcode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
startupsandcode/README.md

Startups and Code

📦 Archived Project — A historical snapshot of early web development experiments

Overview

This repository represents an early-stage multi-page web application built with Webpack and Firebase hosting. It includes a portfolio section and experimental TV show content—a window into web development from several years ago.

What's Inside

  • Webpack-based bundler — Automated build pipeline with dev server
  • Multi-page architecture — Portfolio and content sections
  • Sass styling — SCSS preprocessor for modular CSS
  • Firebase integration — Original Firebase Realtime Database configuration (now deprecated)

Why It's Archived

This project represents an earlier era of web development. Modern approaches have evolved significantly:

  • Frameworks: Next.js, Remix, and other meta-frameworks now dominate
  • Build tools: Vite and similar tools offer faster development experiences
  • Hosting: Vercel, Netlify, and serverless platforms provide better DX

Lessons from This Project

If you're learning web development, this repo illustrates:

  • ✅ Manual webpack configuration (now abstracted by most frameworks)
  • ✅ Static site generation and multi-page applications
  • ✅ Asset bundling with loaders and plugins
  • ⚠️ Why managed frameworks became popular (complexity reduction)

Other Projects

Check out my other public repositories:

  1. codex-usage-plugin — A simple plugin to track your Codex usage in VS Code
  2. status_sage_v2 — Status Sage - Abacus.ai version
  3. pttrak — Tracking application
  4. CashCritters-V2 — Cash Critters App
  5. react — A declarative, efficient, and flexible JavaScript library for building user interfaces

Built with ❤️ during the early days of modern web development

Pinned Loading

  1. startupsandcode startupsandcode Public

    My Startups and Code Repo - will have steps, branches, and various tutorials

    3

  2. 30days 30days Public

    My 30 Day Challenge - Create 30 sites in 30 days.

    CSS 6 2

  3. flask-tutorial flask-tutorial Public

    A working version of Miguel's flask tutorial

    Python 2

  4. UA-Extraction UA-Extraction Public

    A simple python script to extract your Google Analytics (UA) data before GA4

    Python 1