Skip to content

✨ is a tool to check the responsiveness of websites without using an actual gadgets. bu.. but not for prod!.

Notifications You must be signed in to change notification settings

Shuashuaa/Amiresponsive

Repository files navigation

Amiresponsive

is a tool to check the responsiveness of websites without using an actual gadgets. bu.. but not for prod!.

What(s) new? ✨

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 from 154.82kb to 56.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 :shipit:

Roadmap ⏳

  • Users can create an account
  • Users created an account can save their outputs via inventory

Why?

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.

Run it!