Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.81 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.81 KB

myLink - Linktree Clone

myLink is a sleek and customizable Linktree clone built using Next.js, Tailwind CSS, and Firebase. It allows users to manage a personalized collection of links, ideal for sharing in one place.

Features

  • Personalize and manage a collection of links.
  • Sleek and responsive UI powered by Tailwind CSS.
  • Firebase integration for user authentication and Firestore database management.
  • Fully optimized for mobile devices for seamless access on-the-go.

Screenshot

Here’s a preview of the website:

myLink Website Screenshot

Installation

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn
  • Firebase account for database setup

Setup

  1. Clone the repository:

    git clone https://github.com/dwiwijaya/myLink.git
  2. Navigate to the project folder:

    cd myLink
  3. Install dependencies:

    npm install
  4. Configure Firebase:

    • Create a Firebase project.
    • Set up Firestore and Firebase Authentication.
    • Create a .env.local file with your Firebase config keys.
  5. Run the development server:

    npm run dev
  6. Open http://localhost:3000 in your browser.

Features to Implement

  • User Authentication: Allow users to sign in and personalize their links.
  • Advanced Customization: More customization options for the link layout and design.

Deployment

To deploy your app on Vercel, follow these steps:

  1. Push the repository to GitHub.
  2. Sign up at Vercel.
  3. Import the repository and follow the deployment instructions.

License

This project is licensed under the MIT License. See the LICENSE file for more information.