Skip to content

Portfolio website dubbed "Latam's best" by Discord users.

License

Notifications You must be signed in to change notification settings

pyoneerC/maxcomperatore.com

 
 

Repository files navigation

Max Comperatore's Portfolio

This project is a fork of the original portfolio by Dresan.
Permission to use and modify the source code was granted by the original author on July 16, 2024.

It includes several improvements and customizations to meet specific needs.

Based on the Geist Design System by Vercel.

GitHub repo size Libraries.io dependency status for GitHub repo Website CodeFactor Grade Codacy Badge

Table of Contents

img_1.png

img_2.png

img_3.png

Project Structure

.
├── public
│   ├── assets
│       ├── cursor
│       ├── files
│       └── styles
├── src
│   ├── components
│   ├── actions
│   ├── app
│   ├── helpers
│   ├── hooks
│   ├── styles
│   ├── utils
│   ├── data
│   └── styles
├── package.json
└── tsconfig.json

Project Structure

  • public: Contains the static files used in the project.
  • src: Contains the project's source code.
  • components: Contains the React components used in the project.
  • helpers: Contains helper functions used throughout the project.
  • hooks: Contains custom hooks used across the project.
  • styles: Contains global styles used in the project.
  • utils: Contains utility functions used throughout the project.
  • data: Contains the data used throughout the project.

Note

This project uses NEXT.js, TypeScript, and CSS.

Installation

To install the project dependencies, run:

npm install

Usage

To start the development server, run:

npm start

To build the project for production, run:

npm run build

Features

  • Modular Design: The project is organized into components, actions, helpers, hooks, styles, and utils.
  • Tag Management: A list of tags used throughout the project for categorization and filtering.
  • Responsive Design: Ensures the application looks good on all devices.
  • Custom Cursor: A custom cursor that changes based on user interaction.
  • Back to Top Button: A button that scrolls the user back to the top of the page.
  • And much more...

Contact

For any inquiries, please contact [email protected].

Made with ❤️ by Max Comperatore.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.5%
  • CSS 33.1%
  • JavaScript 2.4%