Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorbravim/linktree
Linktree - link aggregator
https://github.com/victorbravim/linktree
css javascript js links linktree remix tailwind tailwindcss typescript
Last synced: 11 days ago
JSON representation
Linktree - link aggregator
- Host: GitHub
- URL: https://github.com/victorbravim/linktree
- Owner: VictorBravim
- License: mit
- Created: 2024-07-22T23:08:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T16:38:26.000Z (5 months ago)
- Last Synced: 2024-11-09T17:13:54.635Z (2 months ago)
- Topics: css, javascript, js, links, linktree, remix, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://victorbravim.vercel.app
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Linktree
![image 6 (1)](https://github.com/user-attachments/assets/a98eebfa-097d-4c52-9aec-905ae0974f4b)
## 🚀 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
```2. Navigate to the project directory:
```
cd Linktree
```3. Install the dependencies:
```
npm install
```4. 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
- This project is licensed under the [MIT License](LICENSE).