This project was my challenge for an internship job at Justto, my first application on Vue.js. Justto 3DR is the only data-based dispute resolution platform for law firms and legal departments!
The challenge is to create a TODO List that meets the following requirements:
- Be able to insert, edit and remove tasks from the list,
- Be developed in Vue.js with Webpack and be an SPA,
- Have an "About" page using vue-router (Bonus)
- Install Dependencies:
npm install- Start Development Server:
npm run dev- Compiles For Production:
npm run build- Check and Fix Lint
npm run lint
npm run lint:fixTo maintain this project update, I migrated from Vue 2 to Vue 3, Options API to Composition API, Webpack to Vite and JavaScript to TypeScript
- Create E2E Tests
- Update Unit Tests
- Update README With Test Instructions
Note: Yes, I got the job :D.