An open API service indexing awesome lists of open source software.

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

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/)

image
image

## 🏷 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.