This is my personal portfolio website showcasing my projects, skills, and experiences as a developer.
- React – Main UI library for building interactive and reusable components.
- Vite – Modern build tool for lightning-fast development and optimized production builds.
- CSS Modules – Scoped styling for React components (e.g.,
About.module.css) to avoid style conflicts. - JavaScript (ES6+) – Core programming language for logic and component structure.
- Asset Management – Images and icons are organized in the
assets/folder and referenced in components. - Project Structure – Modular architecture with separate folders for components, data, and assets.
Make sure you have Node.js installed.
- Clone the repository
git clone https://github.com/TramTonne/portfolio.git cd portfolio npm install npm run dev