Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 750 Bytes

File metadata and controls

41 lines (28 loc) · 750 Bytes

Tree Link React

Simple React application inspired by link-in-bio pages, built to practice component structure and styling using React and Tailwind CSS.


Project Overview

This project displays a list of links in a single-page layout. It was created as part of a frontend learning process to practice modern React tooling and UI styling.


Features

  • Single-page React application
  • Reusable button component
  • Tailwind CSS styling
  • Clean and minimal layout

Tech Stack

  • React
  • Vite
  • JavaScript
  • Tailwind CSS

Learning Goals

  • Practice React component structure
  • Work with modern tooling (Vite)
  • Style components using Tailwind CSS

Running the project locally

npm install
npm run dev