Skip to content

tuantvk/wwwhat.dev

Repository files navigation

GitHub Repository for Hiring

Vercel

Visit https://wwwhat-dev.vercel.app/

How It Works?

When a Github user creates a new issue on Github, the website will call Github's api to get the issues in open state and exclude issues that have the label bug.

https://api.github.com/search/issues?q=is:issue repo:tuantvk/wwwhat.dev state:open -label:bug

View file config app/constants/github.ts

Once all issues are retrieved, they will be displayed on the website. The displayed content will be based on the markup information as shown in the file below.

---
company: GitHub
logoCompany: https://user-images.githubusercontent.com/logo.png
shortDescription: GitHub is where over 100 million developers...
location: San Francisco, CA, United States
salary: $100K – $110K/yr
technologies: Java, JavaScript, Kotlin, Kubernetes, MongoDB, Node.js, PostgreSQL, Python
isRemoteJob: true
---

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

View file issue-template.md

Glossary

Key Description
company Business name, team name,...
logoCompany Path for your logo. Writing on GitHub - Attaching files
shortDescription Description for business name or for jobs,...
location Address, country,... List of Countries
salary Salary
technologies Technologies skills, comma separator Technologies
isRemoteJob Remote job (true, false, empty)

Get Started

Get started with your favorite framework:

Run the development server:

yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Contributing

Here's how you can contribute:

  • Find a bug? Open an issue
  • Feature request? Submit a PR

License

wwwhat.dev is MIT licensed.