{"id":15099072,"url":"https://github.com/abdellahbellakrim/devlinks","last_synced_at":"2026-02-11T12:10:00.365Z","repository":{"id":246048880,"uuid":"803654644","full_name":"AbdellahBellakrim/DevLinks","owner":"AbdellahBellakrim","description":"DevLinks is a modern link-sharing app built with Hasura Cloud and PostgreSQL on the backend, and React, Apollo Client, and TailwindCSS on the frontend.","archived":false,"fork":false,"pushed_at":"2024-07-01T18:11:25.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:45:03.150Z","etag":null,"topics":["apollo-client","auth0","hasura","nextui","postgresql","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://dev-links-beta-five.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbdellahBellakrim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T06:25:16.000Z","updated_at":"2024-12-24T10:31:15.000Z","dependencies_parsed_at":"2024-06-27T22:06:16.817Z","dependency_job_id":null,"html_url":"https://github.com/AbdellahBellakrim/DevLinks","commit_stats":null,"previous_names":["abdellahbellakrim/devlinks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdellahBellakrim%2FDevLinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdellahBellakrim%2FDevLinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdellahBellakrim%2FDevLinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdellahBellakrim%2FDevLinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdellahBellakrim","download_url":"https://codeload.github.com/AbdellahBellakrim/DevLinks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854985,"owners_count":20683443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apollo-client","auth0","hasura","nextui","postgresql","reactjs","tailwindcss"],"created_at":"2024-09-25T17:04:42.348Z","updated_at":"2026-02-11T12:10:00.295Z","avatar_url":"https://github.com/AbdellahBellakrim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevLinks\n\nDevLinks is a modern link-sharing application that allows users to manage and share their favorite links effortlessly. The app features functionalities such as link CRUD operations, profile management, drag-and-drop reordering, and responsive design. It is built with a powerful tech stack including Hasura Cloud, PostgreSQL, Auth0, React, Apollo Client, TailwindCSS, and NextUI.\n\n## Live Demo\n\nYou can find a live version of DevLinks hosted at:\n\n[https://dev-links-beta-five.vercel.app/](https://dev-links-beta-five.vercel.app/)\n\nFeel free to explore the application and its features!\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Setup and Installation](#setup-and-installation)\n- [Environment Variables](#environment-variables)\n- [Usage](#usage)\n\n## Features\n\n- **CRUD Operations for Links**: Create, read, update, and delete links.\n- **Link Validations**: Validate URL patterns and mandatory fields.\n- **Drag and Drop**: Reorder links via drag and drop.\n- **Profile Management**: Add and update profile details such as profile picture, first name, last name, and email.\n- **Profile Preview**: Preview and copy your DevLinks profile link.\n- **Responsive Design**: Optimal layout for different screen sizes.\n- **Interactive States**: Hover and focus states for all interactive elements.\n- **Full-Stack Capabilities**:\n  - **Bonus**: Save details to a database.\n  - **Bonus**: User authentication with account creation and login.\n\n## Tech Stack\n\n### Backend\n\n- **Hasura Cloud**: GraphQL API\n- **PostgreSQL**: Database\n- **Auth0**: Authentication\n\n### Frontend\n\n- **React**: UI Library\n- **Apollo Client**: State management and GraphQL client\n- **TailwindCSS**: Utility-first CSS framework\n- **NextUI**: Component library\n- **External Libraries**:\n  - `react-hook-form`: Form handling\n  - `zod`: Schema validation\n  - `react-hot-toast`: Notifications\n\n## Setup and Installation\n\n### Prerequisites\n\n- Node.js\n- npm\n- PostgreSQL database\n- Auth0 account\n- Hasura Cloud account\n- Cloudinary account\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/devlinks.git\ncd devlinks\n\n```\n\n1. Rename `.env.example` to `.env` and add your credentials:\n\n```bash\nmv .env.example .env\n\n```\n\n1. Install dependencies:\n\n```bash\nnpm install\n\n```\n\n1. Run the development server:\n\n```bash\nnpm run dev\n\n```\n\n1. Open your browser and navigate to `http://localhost:3000`.\n\n## Environment Variables\n\nEnsure you set up the following environment variables in your `.env` file:\n\n```\nNEXT_PUBLIC_HASURA_GRAPHQL_URL=\u003cYour Hasura GraphQL URL\u003e\nNEXT_PUBLIC_AUTH0_DOMAIN=\u003cYour Auth0 Domain\u003e\nNEXT_PUBLIC_AUTH0_CLIENT_ID=\u003cYour Auth0 Client ID\u003e\nNEXT_PUBLIC_AUTH0_REDIRECT_URI=\u003cYour Auth0 Redirect URI\u003e\nNEXT_PUBLIC_AUTH0_AUDIENCE=\u003cYour Auth0 Audience\u003e\nNEXT_PUBLIC_POSTGRESQL_URL=\u003cYour PostgreSQL URL\u003e\n\n```\n\n## Usage\n\nOnce the application is running, you can:\n\n- Create, read, update, and delete links.\n- Drag and drop links to reorder them.\n- Add and update profile details.\n- Preview your profile and copy the link.\n- Register and log in to manage your links and profile.\n\n## Contact\n\nFeel free to reach out if you have any questions, suggestions, or feedback about this project. I'm always open to discussing DevLinks and potential improvements or collaborations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdellahbellakrim%2Fdevlinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdellahbellakrim%2Fdevlinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdellahbellakrim%2Fdevlinks/lists"}