An open API service indexing awesome lists of open source software.

https://github.com/anilk1sagar/portfolio

Portfolio website
https://github.com/anilk1sagar/portfolio

angular portfolio portfolio-website typescript

Last synced: 2 months ago
JSON representation

Portfolio website

Awesome Lists containing this project

README

          


Logo


anilkumar.dev



anilkumar.dev built with Angular and hosted with Vercel

![demo](https://github.com/Anilk1sagar/portfolio/blob/main/src/assets/images/demo.png?raw=true)

## 🚨 Forking this repo

### TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to [anilkumar.dev](https://anilkumar.dev). Thanks!

## 🛠 Installation & Set Up

1. Install the Angular CLI

```sh
npm install -g @angular/cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
npm install
```

4. Start the development server

```sh
npm start
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm run serve:ssr:portfolio
```

## 🎨 Color Reference

| Color | Hex |
| --------------- | ------------------------------------------------------------------ |
| Green | ![#324A34](https://via.placeholder.com/10/324A34?text=+) `#324A34` |
| Yellow | ![#FECE16](https://via.placeholder.com/10/FECE16?text=+) `#FECE16` |
| Orange | ![#FD6035](https://via.placeholder.com/10/FD6035?text=+) `#FD6035` |
| Black | ![#040301](https://via.placeholder.com/10/040301?text=+) `#040301` |
| Light Black | ![#1F1E1A](https://via.placeholder.com/10/1F1E1A?text=+) `#1F1E1A` |
| Lightest Orange | ![#F5EFE1](https://via.placeholder.com/10/F5EFE1?text=+) `#F5EFE1` |