Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 471 Bytes

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