A personal portfolio website designed to showcase my projects, skills, and work experience with a modern, interactive, and responsive user interface. The site features dynamic background animations using Three.js, a contact form powered by EmailJS, and is optimized for accessibility and user experience.
- Node.js (version 18 or higher recommended)
- Angular CLI (version 19 or higher)
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/Erika-Belicova/portfolio.git -
Navigate into the project folder:
cd repository-name -
Install dependencies:
npm install -
Run the development server:
ng serveornpm start(adjust based on your setup) -
Open your browser and visit:
http://localhost:4200
Home · About · Education · Skills · Work Experience · Projects · Contact
- Background globe made of stars that slowly rotates (Three.js)
- Abstract spaceflight animation in the About section (Three.js)
- Mouse trail with flying dots and click-triggered particle bursts
- Fully responsive across mobile, tablet (portrait and landscape), desktop, and large desktop screens
- Tailwind CSS used for styling
- Custom color palette combining selected Tailwind colors and original shades
- Consistent dark blue and light gray/blue theme
- Designed for a consistent dark blue and light gray/blue aesthetic, evoking a night sky
- Buttons sized to meet minimum 44px target for touch
- Verified color contrasts
- Messages sent via EmailJS
- Optimized balance between visual clarity and smooth performance
- Dynamically adjusts particle counts and sizes for efficient rendering across devices
- Fade-in and fade-down animations using AOS library
- Bilingual interface (French/English) implemented with ngx-translate
- Language automatically detected from browser settings, with manual override via navbar switcher
- User preference persisted across visits
- Architecture supports adding other languages in the future
- Built with Angular using standalone components
- Page sections are implemented as dedicated components; animations and mouse trail effects are either standalone components or integrated within relevant sections
- Modular, maintainable structure allowing easy extension and refactoring
- EmailJS integrated for contact functionality
- Accessibility enhancements needed (ARIA attributes, etc.)
- Refactoring to move inline HTML logic into Angular components
- Animations performance can be further optimized
- Angular
- TypeScript
- HTML & CSS (Tailwind CSS)
- Three.js (3D animations)
- EmailJS (contact form)
- AOS (scroll animations)
- ngx-translate (internationalization)
- Ensure Node.js and Angular CLI are installed with compatible versions
- If you encounter styling issues, verify Tailwind CSS build is properly configured
- If you experience performance issues with animations, please check your network connection, hardware capabilities, and ensure your browser is up to date