is a tool to check the responsiveness of websites without using an actual gadgets.
Unlike version 1, in version 2 I still used Vue.js3 but with TypeScript, Vite, and TailwindCSS in replacement of Vuetify3.
The application size (gzipped) was reduced from154.82kb
to56.63kb
minified as twice!.
- Vuejs3 => Vuejs3 TypeScript
- Vite
- Vuetify3 => TailwindCSS
- Can now output both global (https) and local (http) systems
- New user interface
- Minified and made faster using TailwindCSS ⚡
- Remade using vuejs with typescript
- Output can be downloaded as png
- Users can create an account
- Users created an account can save their outputs via inventory
Most websites are now being used on different devices.
As a front-end developer, hypothetically, responsiveness takes up about 90% of the whole project for most websites if implemented for multiple devices. Imagine creating a full-stack app where all the functions are set up, the backend and database are finished, and the trial is on Monday. Now, imagine reading this and realizing that your website isn't yet responsive.