A clean, beautiful, responsive, and 100% customizable portfolio template developed with Angular and SCSS!
✔️ Home
✔️ About me
✔️ Projects
✔️ Experience
✔️ Education
To view a live example, click here
This portfolio is built with Angular. To use it, ensure you have Angular installed on your system.
Follow the official Angular documentation to download and install Angular.
-
Clone the repository:
git clone https://github.com/Dacoband/Angular-MyPortfolio/ cd Angular-Master-Portfolio
-
Install dependencies:
npm install
-
Start the development server:
ng s -o
This will open the application in your default web browser.
- All portfolio data is sourced from a file named
app-data.enum.ts
. Use your editor’s search shortcut to locate this file. - Modify any section by updating the corresponding variable object in this file. To understand the details you can add to each section, refer to the predefined interfaces.
- Icons used in the project are from Simple Icons. Visit their website to find and download icons along with their themes.
- The initial splash logo animation is not customizable but can be turned off from the
app-data.enum.ts
file. - To create a custom splash logo:
- Use Figma or Adobe Illustrator to design an SVG.
- Animate it using SVG Artista.
- Angular: Learn more
- SCSS: Learn more
- Tailwind CSS: Learn more
- AOS (Animate on Scroll): Learn more
- Illustrations are sourced from UnDraw.
Happy Coding! 🎉