Skip to content

Devlinker is a platform where developers can share and discover useful links.

Notifications You must be signed in to change notification settings

vaxad/Devlinker

Repository files navigation

14 devlinker

Devlinker

Devlinker is a platform where developers can share and discover useful links. The links are categorized and subcategorized for easy navigation.

Features

  • Categories and Subcategories: Organize links into relevant categories and subcategories.
  • User Contributions: Developers can share links they find useful.
  • Responsive Design: Built with Tailwind CSS for a responsive and visually appealing interface.
  • Server Actions: Efficiently handle data with server actions.

Technologies Used

  • Next.js: React framework for building the application.
  • TypeScript: Typed JavaScript for better development experience and fewer errors.
  • Prisma: ORM for interacting with the database.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Server Actions: Manage server-side logic effectively.

Credits

  • shadcn/ui: UI components and design inspiration.
  • linkshub.dev: Initial data and project inspiration.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/vaxad/devlinker.git
    cd devlinker
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up Prisma:

    npx prisma generate
    npx prisma migrate dev
  4. Run the development server:

    npm run dev
    # or
    yarn dev

    Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

About

Devlinker is a platform where developers can share and discover useful links.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published