Technical consulting web application
The platform is designed with a modern, high-contrast visual theme featuring elegant typography, balanced negative space, and responsive interfaces.
- Framework: React 18+ with Vite
- Language: TypeScript
- Styling: Tailwind CSS
/components/— Modular, isolated section components (Hero,About,Services,Experience,Contact,Navigation)./copywriting.json— A centralized content file allowing frictionless, code-free copywriting updates./types.ts— Common TypeScript types and interfaces sharing contract schema configuration across files.index.html&App.tsx— App entry point and structural wrapper.
Clone the repository and install dependencies:
npm installRun the local development server:
npm run devThe application will be accessible at http://localhost:3000.
To compile the application code and assets into an optimized production-ready bundle (dist/ directory):
npm run build