💻
let us build sth together
Just a fullstack developer.
Pinned Loading
-
pet-appointments-app
pet-appointments-app PublicA simple pet appointments app built with NextJS.
JavaScript
-
ip-address-tracker-master
ip-address-tracker-master PublicThis is a solution to the IP address tracker challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
TypeScript
-
This gist implements a Trie (prefix ...
This gist implements a Trie (prefix tree) structure and integrates it into a React component to provide autocomplete functionality. The Trie structure efficiently stores and retrieves words, making it ideal for autocomplete and search applications. The React component uses the Trie to suggest completions for user input in real time. 1'use client';
23import React from 'react';
45import { cn } from './utils';
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.