https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio
A Next.js and Tailwind CSS Portfolio Website.
https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio
Last synced: 7 days ago
JSON representation
A Next.js and Tailwind CSS Portfolio Website.
- Host: GitHub
- URL: https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio
- Owner: hqasmei
- License: mit
- Created: 2023-01-28T20:01:12.000Z (about 2 years ago)
- Default Branch: final
- Last Pushed: 2024-07-25T06:22:11.000Z (9 months ago)
- Last Synced: 2025-04-12T01:56:19.245Z (7 days ago)
- Language: TypeScript
- Homepage: https://tailwindcss-and-nextjs-portfolio-dun.vercel.app
- Size: 19.4 MB
- Stars: 115
- Watchers: 1
- Forks: 117
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hqasmei/tailwindcss-and-nextjs-portfolio - A Next.js and Tailwind CSS Portfolio Website. (TypeScript)
README
# Tailwind CSS and Next.js Portfolio
This is a template for creating a portfolio with Tailwind CSS and Next.js.

## How it works
Fork or download the repo and change whatever you need to change for your needs.
## Running Locally
Can run the application in VS Code or a terminal and it will be available at `http://localhost:3000`.
```bash
npm install
npm run dev
```