Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hendisantika/nuxt-portfolio

Personal Portofolio - with love with Nuxt 3
https://github.com/hendisantika/nuxt-portfolio

cicd devops ecr github javascript nuxt3 portofolio

Last synced: about 2 months ago
JSON representation

Personal Portofolio - with love with Nuxt 3

Awesome Lists containing this project

README

        

# Personal Portfolio

### Built with



Hacker News clone built
with [Nuxt3](https://nuxt.com), [Vue3](https://vuejs.org) & [TailwindCss](https://tailwindcss.com/)

## Features

- Update all data from one single file `/data/info`
- Get top github project by api call
- Server Side Rendered(SSR) with Nuxt3
- Used Typescript mean fully type safe
- Properly Search Engin optimized
- Use TailwindCss For designing

## Preview






Live Demo

## Demo

https://portofolio.hendisantika.my.id

> Hosted on [Vercel](https://vercel.com/): `npm run build`

## Build Setup

**Requires Node.js 16+**

```bash
# install dependencies
npm install

# serve in dev mode, with hot reload at localhost:5173
npm run dev

# build for production
npm run build

# serve in production mode
npm run preview

```