R4B Design Studio is a full-stack capstone project that combines a public business website, a software engineering portfolio, and an internal admin dashboard for managing inquiries, projects, and tasks.
- Responsive R4B Design Studio marketing site with Home, About, Services, and Contact pages
- Portfolio section showcasing featured software engineering projects
- Protected admin dashboard with inquiry, project, and task management
- Client inquiry workflow that can convert inquiries into projects
- Chart-based dashboard metrics for project and inquiry visibility
- React
- TypeScript
- Vite
- React Router
- Axios
- Chart.js
- Bootstrap Icons
Capstone_Frontend/
public/
src/
package.json
cd Capstone_Frontend
npm install
npm run devCreate Capstone_Frontend/.env with:
VITE_API_URL=http://localhost:3000/apicd Capstone_Frontend
npm run lint
npm run build/- R4B Design Studio homepage/about- studio story and founder page/services- service offerings/contact- client inquiry form/portfolio- software engineering portfolio/admin/login- admin authentication/admin/dashboard- protected CRM dashboard