Devlinker is a platform where developers can share and discover useful links. The links are categorized and subcategorized for easy navigation.
- 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.
- 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.
- shadcn/ui: UI components and design inspiration.
- linkshub.dev: Initial data and project inspiration.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/vaxad/devlinker.git cd devlinker
-
Install dependencies:
npm install # or yarn install
-
Set up Prisma:
npx prisma generate npx prisma migrate dev
-
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please fork the repository and create a pull request with your changes.