Skip to content

arcadeJHS/natjob-webclient

Repository files navigation

natjob-webclient

This project borns to help a friend of mine: she was struggling to find a job. So the idea to experiment a little bit with Puppeteer, Vue 3.0, and tailwindcss, to have fun, learn something new, and... sure, maybe scrape a bit through portals offering jobs to help her.

It is composed by two parts:

App demo: http://natjob.matteopiazza.wtf/#/

App Screenshot

Installation

$ npm install
#or
$ yarn install

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Configuring the app

Configure the REST API base through the environment variable VUE_APP_API_BASE. You can use a .env file, as in the repo's example, or configure your environment variable as you prefer.

Compiles and hot-reloads for development

npm run serve

License

MIT licensed.