Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```