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;
π
Learner
Code Learner.
-
Developer Indonesia
- Bekasi, Jawa Barat, Indonesia
-
14:08
(UTC +07:00) - https://blog-bagas.web.app
- bagas_tresnaa_
Pinned Loading
-
Game-suit-simple
Game-suit-simple Publicgame ini saya buat menggunakan HTML, Css, Js, cara mainnya simple, player hanya tinggal mengklik saya pilihannya.
JavaScript 2
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

