{"id":31221006,"url":"https://github.com/labattaria/job-board-client","last_synced_at":"2026-05-04T00:31:25.006Z","repository":{"id":301255590,"uuid":"1008679461","full_name":"labattaria/job-board-client","owner":"labattaria","description":"🚀 Job Board React/GraphQL/Apollo client","archived":false,"fork":false,"pushed_at":"2025-09-06T19:07:26.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T19:18:11.488Z","etag":null,"topics":["apollo-client","graphql-client","react","react-hooks","react-router","react-router-dom"],"latest_commit_sha":null,"homepage":"https://job-board-client-liora.vercel.app/","language":"JavaScript","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/labattaria.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,"zenodo":null}},"created_at":"2025-06-25T23:41:40.000Z","updated_at":"2025-09-06T19:16:29.000Z","dependencies_parsed_at":"2025-06-26T00:18:15.833Z","dependency_job_id":"d8fb70b8-ec5a-4494-9289-80149b5ff27a","html_url":"https://github.com/labattaria/job-board-client","commit_stats":null,"previous_names":["labattaria/job-board-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/labattaria/job-board-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labattaria%2Fjob-board-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labattaria%2Fjob-board-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labattaria%2Fjob-board-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labattaria%2Fjob-board-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labattaria","download_url":"https://codeload.github.com/labattaria/job-board-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labattaria%2Fjob-board-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","graphql-client","react","react-hooks","react-router","react-router-dom"],"created_at":"2025-09-21T19:10:03.888Z","updated_at":"2026-05-04T00:31:24.996Z","avatar_url":"https://github.com/labattaria.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Read in another language: [Українська](README.ukr.md), [English](README.md).**\n\n# Job Board\n\n---\n\n[![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)](#)\n[![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)](#)\n[![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)](#)\n[![GraphQL](https://img.shields.io/badge/GraphQl-E10098?style=for-the-badge\u0026logo=graphql\u0026logoColor=white)](#)\n[![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E)](#)\n[![ApolloGraphQL](https://img.shields.io/badge/-ApolloGraphQL-311C87?style=for-the-badge\u0026logo=apollo-graphql)](#)\n[![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge\u0026logo=JSON%20web%20tokens)](#)\n\nThis is the React/GraphQL/Apollo client, designed and configured for the **Job Board Application**\n\nThis client-side app is only part of the application, the second part (the server) is located at this repo: [Job Board Server](https://github.com/labattaria/job-board-server)\n\nThe app in this repo works with the server hosted at [https://render.com](https://render.com), hosting public URL: [https://job-board-server-mq1m.onrender.com](https://job-board-server-mq1m.onrender.com)\n\nBut you can use this app manually on your local machine\n\n## Used dependencies:\n\n- **Vite** - A fast and modern build tool that provides lightning-fast hot module replacement (HMR) for development, optimized for frameworks\n- **React** - Library used for building user interfaces, particularly for single-page applications where you need a fast, interactive experience\n- **GraphQL** - Core GraphQL library\n- **JWT (JSON Web Token)** - A compact, URL-safe token format used for securely transmitting information between parties. Commonly used for authentication and authorization in web applications\n- **Apollo-client** - State management library specifically designed for working with GraphQL APIs. It helps your app fetch, cache, and manage data from a GraphQL server efficiently\n\nThe full list of dependencies can be found in the **package.json** file.\n\n---\n\n## Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n\n### Installation\n\n1. Clone the repository:\n\n```shell\ngit clone https://github.com/labattaria/job-board-client.git\n```\n\n2. Install project dependencies:\n\n```shell\ncd job-board-client\nnpm install\n```\n\n### Usage\n\nStart the dev-server using the following command:\n\n```shell\nnpm start\n```\n\nServer will be located at **http://localhost:3000/job-board-client/**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabattaria%2Fjob-board-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabattaria%2Fjob-board-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabattaria%2Fjob-board-client/lists"}