ezoJS
Create Websites HTML & CSS using only JavaScript
What is ezoJS
ezoJs prononouced (E-Zoo) is a JavaScript Framework/Library that allows you build simple websites in a single JS file. With ezoJS you can create html pages and elements and mainuplate their css styling using a single JS file. ezoJS has global selectors , tools to speed up production and simplify it which means less files and less size and easy to manage projects. Read the document for more information.
Version
Alpha - 0.2.6 (Changelog)
Installation
Git
$ git clone https://github.com/najikadri/ezoJS.git
Bower
$ bower install ezojs
How it works
Read the introduction page from the document to check what is ezoJS and how it works
Document
Read ezoJS GitBook from the website. or read the document from the summary page in Github
Demos
- ezoJS Boxes (Live Demo) (source) (document)
- ezoJS Green Mountain (in development)
ezoJS Calculator (in development)
Issues
https://github.com/najikadri/ezoJS/issues
Stable Release Features
The first stable version of ezoJS will be released once all features listed below are added.
Read the wiki for more information about the stable version features.
[ ] Execute and code php in ezoJS
- [ ] Table creation by eDom
- [ ] Save pages and nodes locally by eData
- [ ] More ezoJS node manipulation and animation
- [ ] eSQL : Store SQL data in WebSQL and Local Storage
Contributing
Read contributing.md to contribute to this project
I will be glad if you contributed to this project