A simple modern web app that showcases my web projects with images. It displays my resume, an about me page, and contact information.
- Frontend: Angular 21 with Tailwind CSS (Signals & Standalone Components)
- Backend: .NET 10 Minimal Web API
- Database: Neon (Serverless PostgreSQL)
- Hosting: GitHub Pages (Frontend) & Render (Backend via Docker)
This repo is organized as a monorepo:
/frontend- The Angular 21 application./backend- The .NET CORE 10 API.
- Responsive Design: Fully mobile/tablet friendly UI using Tailwind and Materialize.
- Modern State Management: Uses Angular 21 Signals for performance.
- Containerized API: Backend is Docker-ready for easy deployment.
- Clone the repo:
git clone https://github.com/jradcode/portfolioSite - Run the Backend:
cd backenddotnet run
- Run the Frontend:
cd frontendnpm installng serve