Skip to content

LinkNest is a Next.js application designed to streamline the creation and management of a link in bio. This project enables users to curate and share content from various platforms through a single, convenient link.

Notifications You must be signed in to change notification settings

Tailwind-Stocker/LinkNest

Repository files navigation

LinkNest

LinkNest is a Next.js project designed to streamline the creation and management of a link in bio. This application enables users to curate and share their content from various platforms through a single, convenient link.

Getting Started

To get started with LinkNest, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ShadowProtocol1/LinkNest.git
    cd LinkNest
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open http://localhost:3000 in your browser to view the application.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

Project Structure

  • app/page.js: Main page component where users can enter their handle to create a link tree.
  • public/home.png: Image used on the homepage.
  • package.json: Contains the project dependencies and scripts.

Dependencies

  • mongodb: ^6.10.0
  • react: ^18.2.0
  • react-dom: ^18.2.0
  • next: 15.0.3
  • react-toastify: ^10.0.6
  • postcss: ^8
  • tailwindcss: ^3.4.1
  • eslint: ^8
  • eslint-config-next: 15.0.3

Features

  • Link Creation: Easily create a link tree by entering your handle.
  • Customizable: Modify the appearance and content of your link tree.
  • Responsive Design: Optimized for both desktop and mobile devices.
  • Integration: Integrates with MongoDB for data storage.

Contributing

We welcome contributions from the community. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
    git checkout -b feature-name
  3. Make your changes and commit them with a clear message.
    git commit -m "Description of your changes"
  4. Push your changes to your branch.
    git push origin feature-name
  5. Create a pull request explaining your changes.

License

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

About

LinkNest is a Next.js application designed to streamline the creation and management of a link in bio. This project enables users to curate and share content from various platforms through a single, convenient link.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published