WARNING: In version 3, Inter will be rewritten in TypeScript.
Inter is a Javascript framework designed to build highly interactive front-end web applications. It's: simple, intuitive and powerful.
You will not need to do any complex configuration to start working with Inter, just import the framework in top of your page in a script tag, and start building even the most complex web apps.
<script src="https://cdn.jsdelivr.net/gh/interjs/inter/inter.min.js"></script>
It does not mean that it is less capable, it means that it is easy to learn and cheaper to parse and download.
Almost every dom manipulation in an Inter app are handled by Inter, you must just focus in your application logic, this way your code base will be: simpler and more maintainable
Inter is super reactive, it means that, when there's a change it just updates the necessary part of the interface.
Inter just supports the modern browsers, it means that no Internet Explorer support.
Inter was realesed under the MIT LICENSE.
To get an in-depth guide just read the official tutorial at tutorial.