Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hendisantika/nuxt-portfolio
- Owner: hendisantika
- License: mit
- Created: 2024-01-13T05:07:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:07:25.000Z (10 months ago)
- Last Synced: 2024-03-12T13:58:23.719Z (10 months ago)
- Topics: cicd, devops, ecr, github, javascript, nuxt3, portofolio
- Language: Vue
- Homepage: https://portofolio.hendisantika.my.id
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
## 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```