I'm Alim Prasetyo Putra S,a Frontend developer.

React.js
Next.js
Tailwindcss

I love writing code that takes things next level creating highly performant websites, automated API integrations, building my own dev-tools, and creating stunning user-experiences that makes you feel WOW!.

I'am always keen to learn and explore new technologies, frameworks and programming languages. Currently, I'm learning about react native and developing backend applications.

/index.tsx

  interface WelcomeProps {
    uses:
      | "explore new tech"
      | "display my skills"
      | "find freelancing opportunities"
      | "find a fulltime job";
  };

  export const Welcome = ({ uses } : WelcomeProps) => {
    return (
      <>
        <h1>This is my little slice of the internet.</h1>
        <p>
          I use this site to <em>{uses}</em>.
        </p>
      </>
    );
  };

  export default Welcome;
  

Projects

Checkout my work.

A collection of projects highlighting teamwork, collaboration, and innovative problem-solving.

KosKita

KosKita

Typescript
React.js
Tailwindcss
Axios
Zod
React-Hook-Form
Netlify

We built an innovative platform specifically designed to make finding and renting boarding houses easier for all groups. With user friendly interface and advanced features.

Red Store

Red Store

Typescript
React.js
Tailwindcss
Axios
Zod
React-Hook-Form
Vercel

We built a buying and selling platform built using ReactJs and Go Language.

Flix Tv

Flix Tv

Typescript
Next.js
Tailwindcss
Axios
Zod
React-Hook-Form
Vercel

A movies list built with Next.js that involves using the open API from TMDB.

PokeGo

PokeGo

Typescript
React.js
Tailwindcss
Axios
Vercel

A Pokémon catcher game built with React.js using the open API from PokeAPI.