Skip to content

VictorBravim/Linktree

Repository files navigation

🌐 Linktree

image 6 (1)

🚀 Overview

Linktree is an interactive website project developed using Remix, TypeScript, and Tailwind CSS. The project offers a modern and responsive interface, with distinct sections to present information and interact with the user. The application is designed to provide a fluid and visually appealing user experience by leveraging the latest front-end technologies.

📋 Requirements

  • Node.js
  • Remix
  • TypeScript
  • Tailwind CSS
  • React Icons
  • Framer Motion

🔧 Installation

  1. Clone the repository:
git clone https://github.com/VictorBravim/Linktree.git
  1. Navigate to the project directory:
cd Linktree
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

🛠️ Project Rules

  • src/root.tsx: The root component that serves as the main entry point for the application.
  • src/routes/_index.tsx: The single route file that contains the entire project layout, including sections for introduction, project details, and contact information.
  • src/styles: Global styles and Tailwind CSS configuration.

📄 License