Code Monkey home page Code Monkey logo

ujs's Introduction

Universal Job Search

Search for job offers on various sites, all in one page
Demo

Description:

A light-weight preact app I wanted to do while learning preact

Features:

  • Fetching data from various sites
  • Continuous scrolling
  • Faving offers, which you've preferred
  • Settings and favs are saved in the browser
  • Selecting which jobs sites interest you, and optionally filtering by clicking on the badges

Supported sites:

  • indeed
  • stackoverflow
  • monster

Uses:

  • typescript
  • preact
  • parcel
  • redux-zero
  • lynt
  • jest
  • puppeteer

Planning to implement:

  • Feature to add your own search for a jobs site (If any of the sites has it's request routes or http classes changed, utils/ also need to be updated)
  • Add search by location, salary range, job type and exclusions
  • Saving favs and settings for added site
  • Adding more sites
  • Improving the searchbar and header

Run development server:

npm run dev

Build the project (on /dist):

npm run build

Run linting with:

npm run lint

Run tests with: (Note: tests files aren't made yet)

npm run test

Note:

Running parcel on my setup gives me weird errors with typescript, removing typescript from node_modules and letting parcel install it on run dev or run build fixes this. I suspect it has something to do with tsconfig.json not being used but I've yet to find the cause for this behavior.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.