https://github.com/matteocalvanico/angularportfolio
My personal and simple portfolio created to learn Angular
https://github.com/matteocalvanico/angularportfolio
angular animejs portfolio-website scss typed-js typescript
Last synced: 3 months ago
JSON representation
My personal and simple portfolio created to learn Angular
- Host: GitHub
- URL: https://github.com/matteocalvanico/angularportfolio
- Owner: MatteoCalvanico
- Created: 2024-11-27T16:05:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:56:22.000Z (4 months ago)
- Last Synced: 2025-03-22T14:16:06.017Z (3 months ago)
- Topics: angular, animejs, portfolio-website, scss, typed-js, typescript
- Language: TypeScript
- Homepage: https://matteocalvanico.github.io/AngularPortfolio/
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularPortfolio
The goal of this project is to learn all the aspects and features of Angular and in the meantime to create a well-structured portfolio.
My final portfolio will be different, this is nothing more than a test to improve my frontend skills.
## Info
This project was generated with **Angular CLI** and use [Angular](https://angular.dev/overview) (version 19).
This project use [Anime.js](https://animejs.com/).
This project use [Typed.js](https://mattboldt.com/demos/typed-js/).
This project use [Hammer.js](https://hammerjs.github.io/)
You will need:
- *Node.js* (version v18.20.5)
- *Angular CLI* (use: ```npm i -g @angular/cli ```)## Start up
To download all the dependency, run:
```bash
npm i
```To start a local development server, run:
```bash
ng serve
```
**OR**
```bash
npm start
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.### Building
To build the project run:
```bash
ng build
```
**OR**To build and deploy directly on the GitHub Pages
```bash
ng deploy --base-href=/AngularPortfolio/
```#### Known bugs
- In the skills loop the new images enter without animation.