https://github.com/leg3ndary/leg3ndary-portfolio
My personal website and portfolio hosted on Vercel with a tech domain.
https://github.com/leg3ndary/leg3ndary-portfolio
nextjs portfolio tailwind typescript
Last synced: 4 months ago
JSON representation
My personal website and portfolio hosted on Vercel with a tech domain.
- Host: GitHub
- URL: https://github.com/leg3ndary/leg3ndary-portfolio
- Owner: Leg3ndary
- Created: 2023-09-11T02:49:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:02:37.000Z (about 1 year ago)
- Last Synced: 2024-05-29T04:06:26.894Z (about 1 year ago)
- Topics: nextjs, portfolio, tailwind, typescript
- Language: TypeScript
- Homepage: https://benzhou.tech
- Size: 25.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leg3ndary's Portfolio
This is my official website and portfolio, it's built with TypeScript, Next.JS, and TailwindCSS.
You can run this project as you would with every other Nextjs project or view the project [here](https://bzhou.ca).
```bash
$ git clone https://github.com/Leg3ndary/leg3ndary-portfolio.git
$ cd leg3ndary-portfolio
$ npm install
$ npm run dev
```## FAQ
1. Why aren't you using the app router?
I started learning Next.js using the pages router, and by the time I started learning about the app router, I was already to deep in here with the pages router. I could migrate this project but I really don't see why instead of just creating another project using the app router to learn and practice.
2. Can I contribute?
Read the `Contributions` section below, this is open source purely so people can view the code behind my portfolio.
3. Can I reference your design?
Sure, please give attribution whenever you can though, thanks.
4. How do I contact you?
I linked my LinkedIn profile in the footer of my website.
## Contributions
Please do not contribute to this project as it's meant to be solely my own.