Skip to content

simonpct/portfolio

Repository files navigation

Portfolio Project

This is a Next.js project bootstrapped with create-next-app, featuring TypeScript, Tailwind CSS, and Jest testing setup.

Technology Stack

  • Framework: Next.js 15.3.1 with TypeScript and App Router
  • Styling: Tailwind CSS
  • Testing: Jest and React Testing Library

Project Structure

  • src/components/: Reusable UI components
    • button.tsx: A customizable button component with different variants and sizes
    • __tests__/: Component test files

Getting Started

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 Geist, a new font family for Vercel.

Testing

This project includes Jest and React Testing Library for testing components. Run the tests using the following commands:

# Run tests once
npm test

# Run tests in watch mode
npm run test:watch

# Run tests with coverage report
npm run test:coverage

Test files are located in __tests__ directories adjacent to the components they test.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Mon portfolio - Next.js

Resources

Stars

Watchers

Forks

Languages