🚀 Personal website and portfolio using Nuxt.js 3
My personal website built with Nuxt.js 3, a modern framework that makes web development intuitive and powerful with Vue components, hybrid rendering, SEO, and more. The website showcases my skills, projects, interests, and blog posts.
Clone the repository:
git clone https://github.com/4ngel2769/ac.tech.git my-website
Enter the directory:
cd my-website
Now install the dependencies using you favorite package manager:
npm install
yarn install
pnpm install
bun install # experimental
To start a development server with hot reload, run one of this command:
npm run dev -- -o
yarn dev --open
pnpm dev -o
bun run dev -o # experimental
This will start a local instance on port 3000
and open it in your default browser.
Status | Feature |
---|---|
✅ | Cool styling |
✅ | Decent SEO |
✅ | About & links |
〰️ | Blog page |
☑️ | Resume |
- Nuxt.js 3: The intuitive Vue framework that powers the website
- Tailwind CSS: The utility-first CSS framework that styles the website
- GitHub API: The API that fetches data from my GitHub repositories
- Visual Studio Code: The code editor that I used to write the code