@Kaustubh-Natuskar has build repo at https://github.com/Kaustubh-Natuskar/companies-to-apply
This repo has good, alphabetically sorted list of companies with link of their career page.
- Convert this
README.mdfile to website 🕸 - Site should display Alphabets and clicking on it should display list of company
- Search box to search for specific company
Auto suggest names in search- Interface to add new company
Company with Logos and other details- Locationwise search
Hosting on Github Page / Netlify / Vercel / Heroku
This page will help students / job seekers to find list of companies at one place.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js + Gluestack UI template, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Favicon using Google API
https://www.google.com/s2/favicons?domain={{domain}}&sz={{size}}
Saving it to logo-cache for faster load and avoid exploiting API on every run
Webp bulk conversion using
for file in logo-cache/*; do cwebp -q 100 -resize {{height}} {{width}} "$file" -o "${file%.*}.webp"; done
More about cwebp
Sending Feedback using https://postmarkapp.com/
Thanks goes to these wonderful people (emoji key):
Niranjan Dangi 💻 |
Tushar 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!