A job search site. In terms of functionality, it is almost equal to Djinni, from which it was inspired. It is written in next js and tip script. The backend is from my Django Rest API, which is available on my repository.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.