Skip to content
View JaumeGelabert's full-sized avatar
Block or Report

Block or report JaumeGelabert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JaumeGelabert/README.md

👋 Hey!

const jaume = {
  location: 'Barcelona',
  role: 'Full Stack developer',
  tools: ['VSCode', 'Postman', 'Open API', 'Docker', 'OpenAI'],
  technologies: {
    nextJS: true,
    typescript: true,
    frontend: {
      tsx: 'React',
      tools: ['Tailwind', 'Shadcn/ui', 'Chakra-UI', 'Jest'],
    },
    backend: {
      ts: ['Node', 'Express', 'Next Auth', 'Supabase', 'Firebase'],
    },
    databases: ['Supabase', 'Mongo DB', 'Prisma', 'Firestore'],
  },
  others: ['C', 'C++', 'Python'],
  learning: ['web3', ...others],
};

Pinned

  1. agency-template agency-template Public

    This repo is a NextJS, Tailwind, React template for agencies. Free. Open Source. Use this template to build your agency website.

    TypeScript 57 6

  2. custom-contributions custom-contributions Public

    Customizable Github contribution graph done in React and TailwindCSS/ShadcnUI

    TypeScript 16 1

  3. UploadDragDrop.tsx UploadDragDrop.tsx
    1
    "use client";
    2
    
                  
    3
    import {
    4
      Dialog,
    5
      DialogContent,