https://github.com/shevonne/shevon-portfolio-nextjs-react
我的个人网站,技术栈React/tailwindCSS/Next.js
https://github.com/shevonne/shevon-portfolio-nextjs-react
blog nextjs personal-website portfolio portfolio-website profile reactjs tailwind-css tailwind-nextjs-starter-blog website
Last synced: 8 months ago
JSON representation
我的个人网站,技术栈React/tailwindCSS/Next.js
- Host: GitHub
- URL: https://github.com/shevonne/shevon-portfolio-nextjs-react
- Owner: shevonne
- License: mit
- Created: 2024-06-29T09:23:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T11:21:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T04:03:50.740Z (about 1 year ago)
- Topics: blog, nextjs, personal-website, portfolio, portfolio-website, profile, reactjs, tailwind-css, tailwind-nextjs-starter-blog, website
- Language: TypeScript
- Homepage: https://shevon.cn
- Size: 7.65 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shevon's Portfolio 我的个人网站 👋
Welcome to Shevon's Portfolio! This is a personal website built with Next.js and TailwindCSS, showcasing my projects, skills, and experiences.
**You can view the live version of the site at:** 🌐 [Web Developer Shevon](https://www.shevon.cn/)

## 🏷 Features 功能
### Current Features 🌲
- [x] Personal homepage with an introduction and overview
- [x] Project showcase with descriptions and links
- [x] Responsive design with TailwindCSS
- [x] SEO optimized with Next.js
### Planned Features 🌱
- [ ] Adding blog-related content
- [ ] Optimizing data by separating data from pages
- [ ] Implementing internationalization (i18n) for both English and Chinese languages
## 🛠 Technology Stack 技术栈
- **Framework**: Next.js
- **Styling**: TailwindCSS
- **Language**: TypeScript
## 🧭 Getting Started 开始吧
To get a local copy up and running, follow these steps.
### Prerequisites
Ensure you have the following installed:
- Node.js
- npm
### Installation 安装
```bash
git clone https://github.com/shevonne/shevon-nextjs-site.git
cd shevon-nextjs-site
npm install
npm run dev
```
Open http://localhost:3000 with your browser to see the result.
## ❤ Acknowledgements 致谢
This project is built upon the [Tailwind Next.js Starter Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) by Timothy Lin. Special thanks to the original author for providing a great foundation.