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.
To get started with LinkNest, follow these steps:
-
Clone the repository:
git clone https://github.com/ShadowProtocol1/LinkNest.git cd LinkNest -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
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.
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.
mongodb: ^6.10.0react: ^18.2.0react-dom: ^18.2.0next: 15.0.3react-toastify: ^10.0.6postcss: ^8tailwindcss: ^3.4.1eslint: ^8eslint-config-next: 15.0.3
- 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.
We welcome contributions from the community. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
git checkout -b feature-name
- Make your changes and commit them with a clear message.
git commit -m "Description of your changes" - Push your changes to your branch.
git push origin feature-name
- Create a pull request explaining your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.