/jobs-list-app

An app to search for jobs posted on many sites like indeed, linkedin, glassdoor and etc.

Primary LanguageTypeScript

Jobs List

A website to search for jobs posted across the internet using the JSearch API and built with React and Typescript.

Installation

  1. Install all the project dependecies
yarn add
  1. Add your .env file on the root folder
VITE_GOOGLE_API_KEY=YOUR_KEY
VITE_RAPID_API_KEY=YOUR_RAPID_API_KEY
  1. Run your project locally
yarn dev
  1. You can check out the deployed version here:

https://jobs-list-11zcfdboy-rony646.vercel.app

Contributing

  1. Fork it (https://github.com/rony646/jobs-list-app/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request