Skip to content

lindsaycode05/next-gql-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobs List

🎯 Links

Watch it in action here

📌 Details

Fetched from GraphQL's job API, the data displays a list of all jobs and their details

✨ Built With

  • Next.js (SSR)
  • Typescript
  • GraphQL
  • Apollo
  • MaterialUI

🚀 Run Locally

// 1. Clone the repo
// 2. Install the dependencies
yarn
// 3. Run the server (localhost:3000)
yarn dev