A modern Linktree clone built with SvelteKit and Firebase. This project aims to recreate the functionality of Linktree with added features, offering a customizable link-sharing platform.
- SvelteKit framework for efficient, component-based development
- Firebase integration for authentication, database, and storage
- Dynamic theme switching with DaisyUI and Tailwind CSS
- TypeScript for enhanced code quality and developer experience
- Responsive design for optimal viewing across devices
- Node.js ( v18+ )
- npm or yarn
- Firebase account and project
-
Clone the repository:
git clone https://github.com/parseen254/LinkTreeClone.git cd LinkTreeClone
-
Install dependencies:
npm install # or yarn install
-
Set up your Firebase configuration:
- Create a
.env
file in the root directory - Add your Firebase configuration (refer to
.env.example
for required variables)
- Create a
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:5173 in your browser to see the application.
To create a production version of your app:
npm run build
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.