This is a portfolio that I made during first year of Frontend Developer studies. It provides info about me as a Frontend Developer and my current status, while showcasing a demonstration of some of the early techniques I learned at Medieinstitutet.
This is version 2.0 of my portfolio (as there was a first version built solely with html/css). This vanilla JS-version is built with html/TypeScript/SCSS.
- ✨ (feat): - introduces a new feature to the codebase
- 📝 (docs): - documentation / README
- ♻️ (refactor): - refactoring of code
- 👷 (build): - project build-up
- 🐛 (fix): - patches a bug in your codebase
- 💄 (style): - css/scss styling
- ⏪ (revert): - revert to previous code
Clone the project
git clone https://github.com/Ayngie/portfolio2.0.git
Go to the project directory
cd Portfolio2.0
Install dependencies
npm install
Start the server
npm run dev