This is a simple application for collecting data about job vacancies. It uses Playwright to automate the process of extracting data. The application also integrates Vite for fast building and development, and Tremor alongside Tailwind CSS for data visualization, allowing users to create charts and graphs based on the collected data.
|
Javascript |
Typescript |
React |
|
|
Playwright |
Vite |
Tremor |
Tailwind CSS |
| simple-vacancy-grabber folder | |
| Script | Description |
| node index.js | Collects data |
| node server.js | Launches a server with the collected data |
| simple-vacancy-analytics folder | |
| Script | Description |
| npm run dev | Draws charts based on the collected data |