This website is designed to provide a detailed overview of my professional experiences and qualifications. It serves as an online resume and portfolio, highlighting the various personal projects I've worked on and the skills I've acquired. The website is also responsive for any device.
- Angular (v17)
- Typescript
- Tailwind CSS
- Lucide Icons
- AOS
- Karma (testing)
- Vercel (host)
- Clone the repository to your machine
- Run
npm install
to install all the dependencies and packages - Run
ng serve
for a dev server and navigate tohttp://localhost:4200/
- Run
ng test
to execute the unit tests