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

https://github.com/wu4ngg/forwardslash-public

Public repo for https://tri-quang.vercel.app/
https://github.com/wu4ngg/forwardslash-public

firebase framer-motion nextjs nextjs15 portfolio radix-ui shadcn-ui tailwindcss typescript

Last synced: 3 months ago
JSON representation

Public repo for https://tri-quang.vercel.app/

Awesome Lists containing this project

README

          

![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Firebase](https://img.shields.io/badge/firebase-a08021?style=for-the-badge&logo=firebase&logoColor=ffcd34)\
[![wakatime](https://wakatime.com/badge/user/6e7211f7-f2bb-4650-94ef-fb5e6f96343d/project/cd86bd61-0b6a-4372-b6f8-ae9ceba11c87.svg)](https://wakatime.com/badge/user/6e7211f7-f2bb-4650-94ef-fb5e6f96343d/project/cd86bd61-0b6a-4372-b6f8-ae9ceba11c87)

![fw_logo](https://github.com/user-attachments/assets/a15ff005-060e-4902-a99d-e1e2632d3d20)

Just a lame ass portfolio that I coded in a Saturday.

Made in Next.js with ❤️

## Features
Nothing much. Just some portfolio-y features like a home page, projects page to show off my projects and a public journal that people can post on (hope no one vandalises it).

## Requirements
- A computer
- An operating system
- Node.js

## Setup
1. Install dependencies
```bash
npm install
# or
yarn install
# or
bun install
```
2. Run in dev mode
```bash
npm run dev
# or
yarn dev
# or
bun dev
```
3. Build for production
```bash
npm run build
# or
yarn build
# or
bun build