Skip to content
View BagasHtml's full-sized avatar
😁
Learner
😁
Learner

Block or report BagasHtml

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
BagasHtml/README.md

πŸ‘‹ Ngoding Dulu, Jagonya Belakangan!


Bagas Tresna Nanda MS | Code Learner πŸš€


πŸ‘¨β€πŸ’» Introduction

import React, { Component } from 'react';
import Name from './Name';
import TechStack from './TechStack';
import Tools from './Tools';
import Os from './Os';
import { ProfileInfo } from './types';

class Profile extends Component {
  profileData: ProfileInfo = {
    name: "Bagas Tresna Nanda MS",
    techStack: ["React", "Laravel", "Node.js", "React", "PHP", "HTML", "Css", "TypeScript", "JavaScript", "Tailwind Css", "BootStrap", "Astro"],
    tools: ["VSCode", "Git", "XAMPP", "NPM"],
    os: "Windows 11 / Arch Linux",
  };

  render() {
    return (
      <div style={{ padding: 20, maxWidth: 600, margin: "auto", background: "#f4f4f4", borderRadius: 10 }}>
        <h1>Hello! I'm <Name name={this.profileData.name} /></h1>
        <p>Tech Stack: <TechStack stack={this.profileData.techStack} /></p>
        <p>Tools I use: <Tools tools={this.profileData.tools} /></p>
        <p>Operating System: <Os os={this.profileData.os} /></p>
      </div>
    );
  }
}

export default Profile;

🌐 Connect With Me

Instagram Facebook YouTube Email


πŸ’» Tech Stack

HTML5 CSS3 JavaScript TypeScript PHP

Laravel React NodeJS Astro Bootstrap

MySQL MariaDB SQLite Firebase

Git GitHub NPM Vercel Apache Canva

Linux Firefox Stack Overflow Visual Studio Code


πŸ“Š GitHub Stats


πŸ’» Most Used Languages

Top Languages Repos per Language


πŸ“ˆ Contribution Graph

Activity Graph


✍️ Random Dev Quote


⭐ Thanks for visiting! Let's build something amazing together! πŸš€

Pinned Loading

  1. Game-suit-simple Game-suit-simple Public

    game ini saya buat menggunakan HTML, Css, Js, cara mainnya simple, player hanya tinggal mengklik saya pilihannya.

    JavaScript 2

  2. Weather-Cli Weather-Cli Public

    JavaScript 2

  3. Aplikasi-Bank Aplikasi-Bank Public

    JavaScript 2

  4. Katalog-Toko-New Katalog-Toko-New Public

    PHP 2

  5. belajar-Js-backend belajar-Js-backend Public

    EJS 1

  6. Aplikasi-kalkulator-sederhana Aplikasi-kalkulator-sederhana Public

    HTML 2