This project is my challenge for a job at CargoX.
CargoX is the largest freight marketplace in Brazil!
The challenge is create a VueJS application usin de following API: Mocky API
- They like reactive views,
- They like components,
- They like responsive layouts,
- They like tests.
The following layouts must been created:
The API was been moved for new version (v3) of Mocky.io
- Old API: http://www.mocky.io/v2/5c7552e43100009c20c23450
- New API: https://run.mocky.io/v3/e56aec3b-c21f-44a6-887e-50133f4f5853
A Second API was been created to test difrent cases
A Second Screen was been create to navegate between cases
- Requirements:
Node
(>=14.18.12 || <=16.13.1)NPM
(>=6.14.15 || <=8.1.2)
- Install Dependencies:
npm install
- Start Development Server:
npm run serve
(Runs on http://localhost:8080/) - Compiles For Production:
npm run build
(Will be Build in/dist
) - Run Unit Tests:
npm run test:unit
- Run End-2-End Tests:
npm run test:e2e
- Lints and Fixes Files:
npm run lint
Status: I Got the Job 🚚