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

https://github.com/truongdd03/truongdd03.github.io

Personal website
https://github.com/truongdd03/truongdd03.github.io

personal-website portfolio-website typescript vue

Last synced: 4 months ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# truongdd03's Personal Website

![](https://github.com/truongdd03/truongdd03.github.io/workflows/Build/badge.svg)

[https://truongdd03.github.io/](https://truongdd03.github.io/?ref=github)

This website is built from scratch using **Vue 3**, **TypeScript**, and **HTML/SCSS**.

## Features

### Spotify status (Deprecated)
**Spotify API** is used to fetch real-time data.

Screenshot 2023-12-01 at 10 58 58 PM

# For Developers

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```