Introduction · Installation · Tech Stack & Features
Linklist is a Linktree clone built with Next.js and Tailwind.
Yarn
git clone git@github.com:gcolombi/linklist.git project-name
cd project-name
yarn install
NPM
git clone git@github.com:gcolombi/linklist.git project-name
cd project-name
npm install
- Next.js - React framework for building performant apps with the best developer experience
- TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale
- Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration
- Tailwind CSS - Tailwind CSS is a utility-first CSS framework to build rapidly modern websites without ever leaving your HTML
- GSAP - GSAP is an industry standard JavaScript animation library from GreenSock that lets you craft high-performance animations that work in every major browser. A great place to get started with GSAP and React is to read GSAP X React, Getting Started with GSAP + React and GSAP + React, Advanced Animation Techniques
@next/font
- Optimize your fonts (including custom fonts) and remove external network requests for improved privacy and performance
useCopyToClipboard
- This React hook provides acopy
method to save a string in the clipboard and the copied value (default:null
)useIsomorphicLayoutEffect
- A React helper hook to schedule a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering)useLockedScroll
- This React hook blocks scrolling on a page, a good example is when opening modalsuseScrollbar
- A React helper hook to observe scroll positionuseWindowLocation
- This React Hook retrieves window locationuseWindowSize
- This React Hook retrives window dimensions also works on resize