Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurriyad/nuxt-portfolio
👨🎓 My personal portfolio site
https://github.com/nurriyad/nuxt-portfolio
nuxt3 nuxtjs tailwindcss
Last synced: 16 days ago
JSON representation
👨🎓 My personal portfolio site
- Host: GitHub
- URL: https://github.com/nurriyad/nuxt-portfolio
- Owner: nurRiyad
- License: mit
- Created: 2022-11-25T20:14:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:29:57.000Z (about 2 months ago)
- Last Synced: 2024-11-25T16:40:40.954Z (about 2 months ago)
- Topics: nuxt3, nuxtjs, tailwindcss
- Language: Vue
- Homepage: https://www.nurriyad.xyz/
- Size: 3.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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://nurriyad.com
> 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```