{"id":24352427,"url":"https://github.com/brittanyblake/job-search","last_synced_at":"2025-09-28T14:32:12.198Z","repository":{"id":56502264,"uuid":"307973715","full_name":"BrittanyBlake/job-search","owner":"BrittanyBlake","description":"This Job Search website comprises of a list of the jobs returned by the GitHub Jobs API and a search option to filter the jobs by description or location. All of the data is retrieved from the GitHub Jobs APi and is retrieved through the Redux store.","archived":false,"fork":false,"pushed_at":"2020-11-03T17:56:13.000Z","size":6322,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2023-03-08T01:19:25.373Z","etag":null,"topics":["axios","github-api","hooks","material-ui","react","react-redux","react-router","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://brittany-job-search-app.herokuapp.com/","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/BrittanyBlake.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}},"created_at":"2020-10-28T09:58:46.000Z","updated_at":"2022-09-01T05:55:09.000Z","dependencies_parsed_at":"2022-08-15T20:00:27.521Z","dependency_job_id":null,"html_url":"https://github.com/BrittanyBlake/job-search","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrittanyBlake%2Fjob-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrittanyBlake%2Fjob-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrittanyBlake%2Fjob-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrittanyBlake%2Fjob-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrittanyBlake","download_url":"https://codeload.github.com/BrittanyBlake/job-search/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234530690,"owners_count":18847682,"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":["axios","github-api","hooks","material-ui","react","react-redux","react-router","redux","redux-thunk"],"created_at":"2025-01-18T15:54:28.517Z","updated_at":"2025-09-28T14:32:06.628Z","avatar_url":"https://github.com/BrittanyBlake.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n*** Thanks for checking out this README Template. If you have a suggestion that would\n*** make this better, please fork the repo and create a pull request or simply open\n*** an issue with the tag \"enhancement\".\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/BrittanyBlake/job-search\"\u003e\n    \u003cp align=\"center\"\u003e \u003cimg src=\"https://www.pngitem.com/pimgs/m/664-6644509_icon-react-js-logo-hd-png-download.png\" alt=\"React-logo\" width=\"150\" height=\"150\"\u003e \u003c/p\u003e\n  \u003c/a\u003e\n\n  \u003ch2 align=\"center\"\u003eJob Search App\u003c/h2\u003e\n  \u003ch3 align=\"center\"\u003e A Catalogue of Jobs built with React Hooks and Redux \u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/BrittanyBlake/job-search/issues\"\u003eReport Bug\u003c/a\u003e\n    · \n    \u003ca href=\"https://github.com/BrittanyBlake/job-search/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [About the Project](#about-the-project)\n* [Installation](#installation)\n* [Live Link](#Live-Link-(Heroku))\n* [Built With](#built-with)\n* [Future Updates](#future-updates)\n* [Contact](#Authors)\n* [Acknowledgements](#acknowledgements)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nThis project is based on a catalogue of statistics. While building this project, I wanted to ensure that it had a real world application that relevant to the lives of many people, so I decided to build a job search webpage. The catalogue of jobs comprises of a list of the jobs returned by the [GitHub Jobs API](https://jobs.github.com/api) and a search option to filter the jobs by description or location. My webpage consists of two pages using a unique route within a Single Web Application. The first page is the list of jobs and the second page show the information about the specific job. All of the data is from the [GitHub Jobs API](https://jobs.github.com/api) and is retrieved through the redux store. \n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"src/assets/jobsearch.gif\" alt=\"gif\" \u003e\n\u003c/p\u003e\n\u003c!-- Live Link (Netlify) --\u003e\n\n## Live Link (Heroku)\n\n[Click here](https://brittany-job-search-app.herokuapp.com)\n\n\u003c!-- INSTALLATION --\u003e\n\n## Installation\n\nTo run 'Job Search App' locally, clone the repository, navigate to it's containing directory.\n\n#### Follow these commands step by step:-  \n\n```bash\ngit@github.com:BrittanyBlake/job-search.git\ncd job-search\nnpm install\nnpm start\n```\n\nNow it will successfully open 'Job Search App' locally in your browser.\n\n\u003c!-- BUILD WITH --\u003e\n\n## Built With\n\n- React\n- Redux\n- Redux-thunk\n- prop-types\n- Axios\n- Eslint\n- Stylelint\n- NPM\n- Github\n- Material-ui\n- [Heroku](https://brittany-job-search-app.herokuapp.com) \n- Github Jobs Api\n\n\u003c!-- CONTACT --\u003e\n## Authors\n\n👤 **Brittany Blake**\n\n- Github: [@BrittanyBlake](https://github.com/BrittanyBlake)\n- Twitter: [@bbcodes_](https://twitter.com/bbcodes_)\n- Linkedin: [Brittany Blake](https://www.linkedin.com/in/brittany-a-blake/)\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/BrittanyBlake/job-search.svg?style=flat-square\n[contributors-url]: https://github.com/BrittanyBlake/job-search/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/BrittanyBlake/job-search.svg?style=flat-square\n[forks-url]: https://github.com/BrittanyBlake/job-search/network/members\n[stars-shield]: https://img.shields.io/github/stars/BrittanyBlake/job-search?style=flat-square\n[stars-url]: https://github.com/BrittanyBlake/job-search/stargazers\n[issues-shield]: https://img.shields.io/github/issues/BrittanyBlake/job-search.svg?style=flat-square\n[issues-url]: https://github.com/BrittanyBlake/job-search/issues\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittanyblake%2Fjob-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrittanyblake%2Fjob-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittanyblake%2Fjob-search/lists"}