Check out a quick demo here
Check out the Github here

Job Board Demo

Search page

🔍What it does

Pulls results from various job postings, and presents the jobs to the user as a dynamic Flask website or a downloadable csv file.

Features

  • Specify keywords/job title and location
  • Download a csv file of the jobs
  • Scroll through the different results

🔨How I built it

Scrapping the data

  • Requests
  • BeautifulSoup

Website

  • Flask
  • HTML
  • CSS