{"id":19357778,"url":"https://github.com/chris-nowicki/devjobs-web-app","last_synced_at":"2026-04-11T10:36:46.521Z","repository":{"id":139051889,"uuid":"609561881","full_name":"chris-nowicki/devjobs-web-app","owner":"chris-nowicki","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-12T19:54:42.000Z","size":293,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T04:42:10.701Z","etag":null,"topics":["json","nextjs","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://devjobs.chrisnowicki.io","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/chris-nowicki.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":"2023-03-04T14:55:52.000Z","updated_at":"2023-05-04T21:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0aefebb3-1fa9-4cd2-9441-58d864b2a7fb","html_url":"https://github.com/chris-nowicki/devjobs-web-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chris-nowicki/devjobs-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-nowicki%2Fdevjobs-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-nowicki%2Fdevjobs-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-nowicki%2Fdevjobs-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-nowicki%2Fdevjobs-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-nowicki","download_url":"https://codeload.github.com/chris-nowicki/devjobs-web-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-nowicki%2Fdevjobs-web-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["json","nextjs","react","tailwindcss","typescript"],"created_at":"2024-11-10T07:09:08.870Z","updated_at":"2026-04-11T10:36:46.514Z","avatar_url":"https://github.com/chris-nowicki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Devjobs web app solution\n\nThis is a solution to the [Devjobs web app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/devjobs-web-app-HuvC_LP4l). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of contents\n\n-   [Overview](#overview)\n    -   [The challenge](#the-challenge)\n    -   [Screenshot](#screenshot)\n    -   [Links](#links)\n-   [My process](#my-process)\n    -   [Built with](#built-with)\n    -   [What I learned](#what-i-learned)\n-   [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n-   [x] View the optimal layout for each page depending on their device's screen size\n-   [x] See hover states for all interactive elements throughout the site\n-   [x] Be able to filter jobs on the index page by title, location, and whether a job is for a full-time position\n-   [x] Be able to click a job from the index page so that they can read more information and apply for the job\n-   [x] **Bonus**: Have the correct color scheme chosen for them based on their computer preferences.\n\n### Screenshot\n\n![](./screenshot.png)\n\n### Links\n\n-   Solution URL: [https://www.frontendmentor.io/solutions/devjobs-web-app-using-nextjs-13-and-tailwindcss-POA_R6jEYP](https://www.frontendmentor.io/solutions/devjobs-web-app-using-nextjs-13-and-tailwindcss-POA_R6jEYP)\n-   Live Site URL: [https://devjobs.chrisnowicki.io](https://devjobs.chrisnowicki.io)\n\n### Built with\n\n-   [Next.js](https://nextjs.org/) - React framework\n-   [Next Themes](https://github.com/pacocoursey/next-themes)\n-   [Tailwindcss](https://www.tailwindcss.com)\n-   JSON\n\n### What I learned\n\nI wanted to focus on learning the new experimental /app directory offered by [Next.js](https://www.nextjs.org). Specifically I wanted to focus on dynamic page rendering server side based on the `id` of the job when trying to view job details.\n\nI also had to learn how to implement 3rd party providers to integrate [Next Themes](https://github.com/pacocoursey/next-themes). Luckily the _Next.js 13_ beta [docs](https://beta.nextjs.org/docs/data-fetching/fetching#static-data-fetchingmd).\n\nSince, by default, the `/app` directory runs on server side so I had to create a separate component to handle the _theme provider_, tell it to run on the client side `'use client'`, and import into the layout component in the _root_ of the `/app` directory.\n\n**Providers.tsx**\n\n```javascript\n'use client'\nimport { ThemeProvider } from 'next-themes'\n\nexport default function Providers({ children }: { children: any }) {\n    return \u003cThemeProvider attribute=\"class\"\u003e{children}\u003c/ThemeProvider\u003e\n}\n```\n\n**layout.tsx**\n\n```javascript\nexport default function RootLayout({\n    children,\n}: {\n    children: React.ReactNode,\n}) {\n    return (\n        \u003chtml lang=\"en\" className={kumbh.variable}\u003e\n            \u003cbody className=\"overflow-y-scroll dark:bg-blue-200\"\u003e\n                \u003cdiv className=\"flex flex-col items-center\"\u003e\n                    \u003cProviders\u003e\n                        \u003cmain\u003e{children}\u003c/main\u003e\n                    \u003c/Providers\u003e\n                \u003c/div\u003e\n               {...}\n            \u003c/body\u003e\n        \u003c/html\u003e\n    )\n}\n```\n\n### Continued development\n\n-   [ ] Add Login/Auth feature\n-   [ ] Add feature to save jobs to logged in users profile\n-   [ ] Add feature to add new jobs if you are an employer\n-   [ ] Move data over to a database\n\n## Author\n\n-   Website - [https://www.chrisnowicki.io](https://www.chrisnowicki.io)\n-   Frontend Mentor - [@chris-nowicki](https://www.frontendmentor.io/profile/chris-nowicki)\n-   Twitter - [@iamwix](https://www.twitter.com/iamwix)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-nowicki%2Fdevjobs-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-nowicki%2Fdevjobs-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-nowicki%2Fdevjobs-web-app/lists"}