erikdstock / linktree-clone

Experiment for learning some tailwind css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linktree clone using Next.js and Tailwind.css

This is a Next.js typescript project bootstrapped with create-next-app using Tailwind.css for styles. It was mainly intended to get some experience with the Tailwind.css.

Getting Started

The site sources its data from the data/siteData.yaml file. Entries in the pages object there are converted into pages, with the pageLinks key containing a list of links. In production use this data could come from any api of course - just edit lib/api.ts.

After cloning, run the app like any other next.js app.

yarn install
yarn dev

About

Experiment for learning some tailwind css


Languages

Language:TypeScript 68.1%Language:CSS 23.1%Language:JavaScript 8.8%