A website to search for jobs posted across the internet using the JSearch API and built with React and Typescript.
- Install all the project dependecies
yarn add
- Add your .env file on the root folder
VITE_GOOGLE_API_KEY=YOUR_KEY
VITE_RAPID_API_KEY=YOUR_RAPID_API_KEY
- Run your project locally
yarn dev
- You can check out the deployed version here:
https://jobs-list-11zcfdboy-rony646.vercel.app
- Fork it (https://github.com/rony646/jobs-list-app/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request