Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heybran/career-tracker-frontend

A jobs tracker application built with vanilla Web Components as frontend and WordPress & PHP as backend.
https://github.com/heybran/career-tracker-frontend

javascript webcomponents

Last synced: 2 days ago
JSON representation

A jobs tracker application built with vanilla Web Components as frontend and WordPress & PHP as backend.

Awesome Lists containing this project

README

        

# Career Tracker

A jobs tracker application built with vanilla `Web Components` as frontend and `WordPress` & `PHP` as backend. This repo is for frontend codebase.

Project starts with using Vite to bundle site files, but then got converted to using `importmap` without any build steps. Well, technically when deploy to Netlify, Netlify does an automatic `npm install` to install Cucumber Web Components into `node_modules` folder, and then these components are imported via importmap.