Profile picture
MaybeScripted
Frontend Web Developer
I like to make and work on things.
Like websites that don't hurt your eyes.
Busy on:Private Projects
mood.ts
interface Config {
theme: "dark" | "darker";
stack: string[];
emotion: string;
}
type Mood = "😐" | "☕" | "💤";
const config: Config = {
theme: "dark",
stack: ["Typescript", "Tailwind", "React"],
emotion: "monotone",
}
let mood: Mood = "😐";
if (needsCoffee()) {
mood = "☕";
} else if (time > "3am") {
mood = "💤";
}
interface Config {
theme: "dark" | "darker";
stack: string[];
emotion: string;
}
type Mood = "😐" | "☕" | "💤";
const config: Config = {
theme: "dark",
stack: ["Typescript", "Tailwind", "React"],
emotion: "monotone",
}
let mood: Mood = "😐";
if (needsCoffee()) {
mood = "☕";
} else if (time > "3am") {
mood = "💤";
}
interface Config {
theme: "dark" | "darker";
stack: string[];
emotion: string;
}
type Mood = "😐" | "☕" | "💤";
const config: Config = {
theme: "dark",
stack: ["Typescript", "Tailwind", "React"],
emotion: "monotone",
}
let mood: Mood = "😐";
if (needsCoffee()) {
mood = "☕";
} else if (time > "3am") {
mood = "💤";
}
--:--:--
UI/UX
TypeScript
Interactive
Graphic

About Me

A developer with a focus on nice looking websites

I made my hobby a possible income source.

Heyo, 👋
I'm a frontend developer and i like to make websites that are (imo) nice looking.

I work in making websites that are clean and provide a simple yet good user experience.

My main focus right now is frontend development, which I really enjoy and allows me to work on projects that I find exciting while also earning money.

Achievements
  • Putting in the work to learn frontend development
  • Learned about modern frameworks
  • Started using modern frameworks like React, Tailwind, Shadcn, etc.
  • Being able to make my own WebApps for tools and ideas I have.
  • Got my own domain and made my own little website (this one)
  • Made multiple websites (Personal Websites, AI ChatUI, Dashboards, Business Websites, etc.)
My opinions
👀
Clean UI
Your website should look good and be easy to use. its not that hard.
User Experience
Keep it simple and to the point. no need for people to solve a mental puzzle to use your website.
🔧
Optimized
A website should load fast and not make you wait for it to load, waiting is annoying.
💻
Responsive
A website should be responsive and look good on all devices.
❤️
Modern
Everyone has their preferences, my preference is a more modern design.

Technical Stuff

Tools and frameworks I use.

I do Frontend Development.
i like to make, work on, and design nice looking websites.

ReactTypeScriptNext.jsHTML/CSSTailwindCSSJavaScript

Websites should be nice and straightforward.
a nice UI combined with a straightforward UX is a must for good websites.

Responsive DesignShadcn/UIaceternityFramer MotionUI/UX Principles

I get easily distracted.
thats why i like to use tools that make my work easier, more efficient, and more fun.

Git & GitHubVS CodeCursorNode.jsnpm/pnpmPostmanInsomnia