Front-end prototypes and mini-projects with various web UI designs and technologies.
A wiki interface built with Angular, featuring client-side routing and component-based architecture.
A jQuery-based UI demo exploring interactive panels.
- Live at: https://content-panels.netlify.app/
- Each project is self-contained with its own assets and logic.
- To clone and run either project locally:
git clone https://github.com/ssrahoo/ui-prototypes.git
cd ui-prototypes
# solar-power-wiki
cd solar-power-wiki
npm install
ng serve
# content-panels
cd ../content-panels
# Just open index.html in a browser
- Deployments are managed individually via Netlify CI/CD.
