IsRespo is a simple tool that allows us to test a webpage responsiveness on different devices: desktops, tablets, smartphones and so on. The application is open source being licensed under the MIT License.
Combining the flat design with the power of HTML5 and CSS3, IsRepo is perfect for simulating quickly the responsiveness of your web page or web application.
Click here for a live proview.
To access IsRespo directly, click the following likns:
- English: http://ionicabizau.github.io/IsRespo/app.en.html
- Romanian: http://ionicabizau.github.io/IsRespo/app.ro.html
Provide your webpage url in the textbox and press ENTER. You can start with the test page.
If you want to contribute please do the following:
- Fork the repository
- Add the new feature or fix a bug
- Create a pull request and wait for merge. 😄
There are few limitations:
- The web page is still loaded in an
iframe
. That's why we will not be able to test responsiveness for the sites that sendX-Frame-Options:deny
header. - This application uses only the client side, so if the device handling is done on the server side the desktop version will be loaded.
##v0.2.0
- Merged #4 and #2.
- Typo fixes
- Added
contributors
field inpackage.json
file. Thanks @dooma and @dandv
The application is licensed under the MIT license. For more information see the LICENSE file.