Front end for my go job scraper https://jobs.rannes.dev
Go to file
christian 9c2be1a2bc
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Has been cancelled
updated api ip
2024-07-08 10:48:27 +02:00
.gitea/workflows created workflow to deploy to vercel 2024-06-07 16:17:16 +02:00
public added repo link in footer 2024-06-11 15:42:55 +02:00
src updated api ip 2024-07-08 10:48:27 +02:00
.eslintrc.json Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
.gitignore Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
components.json added shadcn and accordian componen 2024-06-09 09:35:48 +02:00
next.config.mjs added it jobbank 2024-06-11 13:28:09 +02:00
package-lock.json added analytics 2024-06-11 13:47:22 +02:00
package.json added analytics 2024-06-11 13:47:22 +02:00
postcss.config.mjs Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
README.md updated readme 2024-06-10 10:56:02 +02:00
tailwind.config.ts gave mobile some love 2024-06-10 00:50:37 +02:00
tsconfig.json Initial commit from Create Next App 2024-06-07 16:02:52 +02:00

SW Jobs Frontend

This is a frontend to display the job applications scraped my sw-jobs-go.

How to run

  1. npm install
  2. npm run dev or npm run build
  3. open http://localhost:3000