TaysonGermano /
tyson-monteiro
This is a simple and elegant personal portfolio website created with Next.js 15. It showcases my projects, skills, and provides a way for others to get in touch with me.
57/100 healthLoading repository data…
taqui-786 / repository
A Simple Portfolio made with Nextjs and Shadcn UI
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple and Beautiful Porfolio made with Nextjs and Shadcn Ui.

First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
This project uses a centralized configuration approach for all personal information. The main configuration file is located at:
src/config/portfolio.config.ts
The configuration file contains the following sections:
To personalize the portfolio, simply edit the values in the portfolio.config.ts file. All changes will be reflected throughout the site automatically without having to modify multiple files.
Example usage in a component:
import { portfolioConfig } from "@/config/portfolio.config";
// Access configuration values
const { name, title } = portfolioConfig;
Selected from shared topics, language and repository description—not editorial ratings.
TaysonGermano /
This is a simple and elegant personal portfolio website created with Next.js 15. It showcases my projects, skills, and provides a way for others to get in touch with me.
57/100 health