Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/portfolio
My sweet sweeet portfolio website built with React, NextJS, and TailwindCSS
https://github.com/tqmvt/portfolio
animation developer nextjs personal-website portfolio react tailwind-css typescript vercel
Last synced: 9 days ago
JSON representation
My sweet sweeet portfolio website built with React, NextJS, and TailwindCSS
- Host: GitHub
- URL: https://github.com/tqmvt/portfolio
- Owner: tqmvt
- License: mit
- Created: 2023-03-15T12:48:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:21:22.000Z (14 days ago)
- Last Synced: 2024-11-01T05:20:07.153Z (14 days ago)
- Topics: animation, developer, nextjs, personal-website, portfolio, react, tailwind-css, typescript, vercel
- Language: TypeScript
- Homepage: https://tqmvt.com
- Size: 17.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
████████╗ █████╗ ██╗ ██╗██╗ ██████╗ ██████╗ ██╗ ███████╗███████╗
╚══██╔══╝██╔══██╗╚██╗ ██╔╝██║ ██╔═══██╗██╔══██╗ ██║ ██╔════╝██╔════╝
██║ ███████║ ╚████╔╝ ██║ ██║ ██║██████╔╝ ██║ █████╗ █████╗
██║ ██╔══██║ ╚██╔╝ ██║ ██║ ██║██╔══██╗ ██║ ██╔══╝ ██╔══╝
██║ ██║ ██║ ██║ ███████╗╚██████╔╝██║ ██║ ███████╗███████╗███████╗
╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚══════╝╚══════╝
```![lighthouse](gtmetrix-result.png)
## Features
This repository is 🔋 battery packed with:
- ⚡️ Next.js 14 with Page Router
- ⚛️ React 18
- ✨ TypeScript 5
- 💨 Tailwind CSS 3
- 📈 Absolute Import and Path Alias — Import components using `@/` prefix
- 📏 ESLint — Find and fix problems in your code, also will **auto sort** your imports
- 💖 Prettier — Format your code consistently
- 🐶 Husky & Lint Staged — Run scripts on your staged files before they are committed## Getting Started
### 1. Install dependencies
```bash
yarn install
```### 2. Run the development server
You can start the server using this command:
```bash
yarn dev
```