Skip to content
View Manbetheboss's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Manbetheboss

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
Manbetheboss/README.md
  • 👋 Hi, I’m @Manbetheboss
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...

<res.setHeader('Content-Type', 'text/plain');

Manbetheboss/Manbethebossh is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile. You can click the Preview link to take a look at your changes. ---// src/services/api.js import axios from 'axios';

const API_URL = 'http://localhost:5000';

export const getUserProfile = async () => { const response = await axios.get(${API_URL}/user-profile); return response.data; };

// Add other API functions as needed

Popular repositories Loading

  1. Best-way- Best-way- Public

    1

  2. Bx Bx Public

    TypeScript 1

  3. codesandbox-template-nuxt codesandbox-template-nuxt Public

    NuxtJS template for CodeSandbox Projects

    Vue

  4. conforming- conforming- Public

    Forked from edmundhung/conform

    A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js.

    TypeScript

  5. docs-travis-ci-com docs-travis-ci-com Public

    Forked from travis-ci/docs-travis-ci-com

    The Travis CI Documentation

    SCSS

  6. git-credential-manager git-credential-manager Public

    Forked from git-ecosystem/git-credential-manager

    Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

    C#