{"id":16908841,"url":"https://github.com/saswatamcode/react_job_board","last_synced_at":"2026-04-11T14:03:38.052Z","repository":{"id":40266007,"uuid":"233442861","full_name":"saswatamcode/react_job_board","owner":"saswatamcode","description":"A web application which lists various jobs using the Github Jobs API. Built using React, Node.js, Express and Redis.","archived":false,"fork":false,"pushed_at":"2022-12-13T23:06:49.000Z","size":1520,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-11T08:48:26.238Z","etag":null,"topics":["express","nodejs","react","redis","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saswatamcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-12T19:01:07.000Z","updated_at":"2023-03-08T23:52:50.000Z","dependencies_parsed_at":"2023-01-28T15:47:04.320Z","dependency_job_id":null,"html_url":"https://github.com/saswatamcode/react_job_board","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2Freact_job_board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2Freact_job_board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2Freact_job_board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2Freact_job_board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saswatamcode","download_url":"https://codeload.github.com/saswatamcode/react_job_board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247340822,"owners_count":20923324,"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":["express","nodejs","react","redis","typescript"],"created_at":"2024-10-13T18:53:12.896Z","updated_at":"2025-12-30T21:46:33.459Z","avatar_url":"https://github.com/saswatamcode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)\n[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)\n[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/react_job_board.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://GitHub.com/saswatamcode/react_job_board/network/)\n[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/react_job_board.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://GitHub.com/saswatamcode/react_job_board/stargazers/)\n[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/react_job_board.svg)](https://GitHub.com/saswatamcode/react_job_board/issues/)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n[![Javascript](https://badges.frapsoft.com/javascript/code/javascript.svg?v=101)](https://github.com/ellerbrock/javascript-badges/)\n\n# GitHub Job Board\n\nA web application which lists various jobs using the Github Jobs API. Built using React, Node.js, Express, Cron, TypeScript and Redis.\n\n## Description\n\nA simple web application which consists of a data feed, an API and a client end. The data feed is a cron job which fires every hour and gets updated jobs from Github Jobs and then populates it into a Redis datastore. The node.js API fetches jobs from redis and presents it to the frontend built with React, material-ui and TypeScript.\n\n## Screenshot\n\n![Screenshot-1!](screenshots/Screenshot-1.png) ![Screenshot-2!](screenshots/Screenshot-2.png)\n\n## Dependencies\n\n### For server\n\n- `express`: For server\n- `cron`: For running cron job\n- `ioredis`: Redis client\n- `node-fetch`: For making API calls\n- `winston`: Logger\n- `typescript`\n- `prettier`\n\n### For client\n\n- `react`\n- `material-ui`: For styling\n- `axios`: For API calls\n- `react-loader-spinner`: For loading animation\n- `typescript`\n- `prettier`\n\n## To run\n\n- Clone into repo\n\n### For worker and server\n\n- Cd into `server`\n- Make sure your local Redis server is up and running\n- Run `yarn` to install packages\n- Run `yarn watch`\n- Fire up a new terminal in same directory and run `yarn run dev-worker`\n- Fire up a new terminal in same directory and set an env var `PORT` to `9000`\n- Run `yarn run dev`\n- Your worker and server should have started. If the hourly cron job is too slow, change cron tab in `src/worker/worker.ts`\n\n### For client\n\n- Cd into client and run `yarn`\n- Run `yarn start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaswatamcode%2Freact_job_board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaswatamcode%2Freact_job_board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaswatamcode%2Freact_job_board/lists"}