Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/heybran/career-tracker-frontend
- Owner: heybran
- License: mit
- Created: 2024-01-12T07:27:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T02:09:35.000Z (5 months ago)
- Last Synced: 2024-06-11T03:48:34.538Z (5 months ago)
- Topics: javascript, webcomponents
- Language: JavaScript
- Homepage: https://careertracker.work/
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.