SkillAgentSearch skills...

Portfolio

As a cybersecurity engineer, my portfolio website is designed to showcase my skills and experience. Using ReactJS and GitHub API, I've created a clean, easy-to-navigate website that highlights my expertise in cybersecurity. Visitors can find links to my projects and information about my background and education.

Install / Use

/learn @0xtter/Portfolio
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

Hello there!

If you're reading this, chances are you've stumbled upon my portfolio code on GitHub. I'm glad that you find my work useful, and I'm happy to share it with you and the wider community.

However, I kindly request that if you use any part of my code or take inspiration from it for your own project, please mention the original source (https://github.com/0xtter/Portfolio) in your project and give credit where credit is due.

As a developer, I understand how important it is to respect other people's intellectual property and give proper attribution for their work. By mentioning the original project, you not only show appreciation for my efforts, but you also help others discover my work and potentially benefit from it as well.

So please, when you use my portfolio code, include a reference to the original project and let others know where you found it. I would greatly appreciate it.

Thank you for your understanding and happy coding!


This is a Next.js project bootstrapped with create-next-app.

Deploy the portfolio

With docker

docker run -d --name portfolio -p 3000:3000 0xtter/portfolio:1.0

Whitout Docker

  1. Install the dependencies:

    npm install --legacy-peer-deps
    
  2. Run the Production server:

    npm run build
    
    npm run start
    

Development

  1. Install the dependencies:

    npm install --legacy-peer-deps
    
  2. Run the development server:

    npm run dev
    
  3. Open http://localhost:3000 with your browser to see the result.

  4. You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

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


Inspired from Glaysonvisgueira's Project

View on GitHub
GitHub Stars22
CategoryDesign
Updated5d ago
Forks6

Languages

JavaScript

Security Score

80/100

Audited on Apr 1, 2026

No findings