All Projects → interjs → inter

interjs / inter

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown license.svg
The javascript framework to build highly interactive front-end web applications.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to inter

Modern.JS
모던 자바스크립트 라이브러리/프레임워크 × KIPFA(한국인터넷전문가협회)
Stars: ✭ 16 (-70.91%)
Mutual labels:  javascript-framework
CoCreateCSS
A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.
Stars: ✭ 13 (-76.36%)
Mutual labels:  javascript-framework
Rigley2-FlappyBug
The awaited sequel sees our Rigley friend jumping through firewalls "Flappy Bird" style
Stars: ✭ 27 (-50.91%)
Mutual labels:  javascript-framework
kites
Template-based Web Application Framework
Stars: ✭ 51 (-7.27%)
Mutual labels:  javascript-framework
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-30.91%)
Mutual labels:  javascript-framework
writing-a-javascript-framework
Knowledge about creating a javascript framework
Stars: ✭ 74 (+34.55%)
Mutual labels:  javascript-framework
CoCreate-dashboard
A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Stars: ✭ 20 (-63.64%)
Mutual labels:  javascript-framework
hafcaf
When you only want a little JavaScript in your SPA.
Stars: ✭ 17 (-69.09%)
Mutual labels:  javascript-framework
Mixed-Reality-JS
A simple framework for building Hololens applications with Javascript and ThreeJS. Based on HoloJS.
Stars: ✭ 54 (-1.82%)
Mutual labels:  javascript-framework
RobotlegsJS
MOVED: This project has moved to https://github.com/RobotlegsJS/RobotlegsJS
Stars: ✭ 37 (-32.73%)
Mutual labels:  javascript-framework
nautil
Nautil.js is a javascript framework for building cross-platform business system applications based on React.
Stars: ✭ 67 (+21.82%)
Mutual labels:  javascript-framework
continuum-engine
A Javascript engine to power incremental and idle games
Stars: ✭ 45 (-18.18%)
Mutual labels:  javascript-framework
picoCSS
picoCSS - really small JavaScript Framework
Stars: ✭ 62 (+12.73%)
Mutual labels:  javascript-framework
madosel
Modasel is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps that look amazing on any device. Madosel is semantic, readable, flexible, and completely customizable.
Stars: ✭ 39 (-29.09%)
Mutual labels:  javascript-framework
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-72.73%)
Mutual labels:  javascript-framework
fyu
Do your users take your website for granted? Do want to make them using your website living hell? Look no further, F.Y.U. is here!
Stars: ✭ 53 (-3.64%)
Mutual labels:  javascript-framework
smart-custom-element
Smart a lightweight web component library that provides capabilities for web components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the need of dependencies and an overhead of a framework.
Stars: ✭ 17 (-69.09%)
Mutual labels:  javascript-framework
eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-69.09%)
Mutual labels:  javascript-framework
vueface
UI Components for Vue
Stars: ✭ 74 (+34.55%)
Mutual labels:  javascript-framework
Mage
Mage is a 3D Game Engine, built on top of THREE.js. It features Unity-like scripting, AMMO.js powered physics workers, an Infernojs powered UI and a clean API. Under (very) active development.
Stars: ✭ 76 (+38.18%)
Mutual labels:  javascript-framework

Interjs

Inter is a Javascript framework designed to build highly interactive front-end web applications. It's: simple, intuitive and powerful.

No complex setup

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/DenisPower1/inter/inter.min.js"><script>

Small

It does not mean that it is less capable, it means that it is easy to learn and cheaper to parse and download.

You rarely touch in the DOM

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.
  • Intuitive.
  • Maintainable.

Reactivity

Inter is super reactive, it means that, when there's a change it just updates the necessary part of the interface.

Compatibility

Inter just supports the modern browsers, it means that no Internet Explorer support.

Lincense

Inter was realesed under the MIT LICENSE.

Guide

To get an in-depth guide just read the official tutorial at tutorial, and if you want to check the tutorial for version 1, check it here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].