Giter Club home page Giter Club logo

core's Introduction

Jste Framework

Build Status

Jste French Code Example

Jste is the first plain natural language based JavaScript framework which is translated to various languages from many countries all around the world to make it easier for everyone to code and develop his/her own website or application and exploit all the latest web technologies in his/her local language which he/she uses during his/her daily life without the need to any experiences rather than the way of using the computer and typing on the keyboard, in addition to other extra features like data saving and media moderating.

Table Of Contents:

Features & Goals:

Project Jste has been founded to achieve the following goals:

A. The main goal:

  1. Making a new JavaScript framework which is based on plain words and sentences translated to many languages which everyone can self understand.

B. The Extra goals:

  1. Making simple utilities to manage the databases programatically.

  2. Making one local* file into which all the HTML files, the JS libraries, the stylesheets and all the framework media files has been bundled instead of downloading the resources from the cloud and wasting the data bundle.

  3. Asking before loading any media file ( Photo, Video or Audio ) from the cloud to avoid the unnecessary downloads which waste data.

  4. Storing all the already downloaded images, videos and audios locally as BLOBs to prevent them from downloading in the case if the user wants to visit, see or watch them again.

  5. Detecting nudes** in any picture automatically before showing it, and warning the user if there are any nudes found in that photo or blocking it completely if the child mode*** is activated.

  6. Giving the website or web application the permissions to control the smart phone native features like toggling the flashlight and sending SMS messages. This feature is called Jste Instant Apps****.

* Available only in the case that Jste Manager has been installed properly and the visited site in http not https. Otherwise, you will be asked to use the live version instead.

** An optional feature in the local version only and obligatory in the live version

*** Available for the local version only

**** Jste Manager app for Android is required

What Have Been Done:

A. Translating HTML Components.

  1. Image.

  2. Video.

  3. Audio Player.

  4. Slideshow.

  5. Text.

  6. Tooltip.

  7. Container ( DIV ).

  8. Button.

  9. Table.

  10. Writing zone ( Textbox ).

  11. Checkbox.

  12. Dropdown menu.

  13. Date picker.

  14. Time picker.

  15. Select menu.

  16. Slider.

B. Translating JS Functions:

  1. Setting a timeout and an interval to execute the command.

  2. Removing an element.

  3. Changing the value, the width, the length, the font color or the background color of an element as an absolute value, based on a value of another element or a mathematical expression.

  4. Redirection to a URL or an Email link, scrolling to a specific element, opening a dialog box or changing the current page.

  5. Playing, pausing or setting the time position of videos and audios.

  6. Events and voice recognition.

  7. Controlling the flashlight, WI-FI, Bluetooth and the On-Screen keyboard. ( For Jste Instant Apps Only )

  8. Inserting and requesting data from the Firebase database.

  9. Conditional statements.

C. Jste Manager:

  1. The Installer. ( Done for Android, Windows, Linux, FreeBSD )

  2. The Executables. ( Done for Android, Darwin, Windows, Linux, FreeBSD )

  3. Serving the framework local files and making them accessible by the external websites ( Done )

  4. Child Mode ( Done )

D. Genuine Jste framework Version Verification ( Done )

E. Media Moderation:

  1. 'Nudes Found' warning for images. ( Done )

  2. 'Nudes Found' warning for videos. ( Under Development )

  3. Videos ratings. ( Under Development )

F. Data Saving:

  1. Asking before downloading images, videos or logos more than 200 KiB. ( Done )

  2. Asking before downloading audios. ( Under Development )

  3. Storing the framework files locally. ( Done )

  4. Storing all the already downloaded images, videos and audios locally as a BLOB to prevent them from downloading in the case if the user wants to visit or see them again. ( Done )

The Creativity & The New Innovation:

Translating the JavaScript commands into plain text based commands translated into various languages like Egyptian which makes developing apps and web-based applications easier for anyone.

Market Size & The Target Audience:

The target audience is every person who wants to develop his/her own website or web application and has no coding experience due to many reasons like the complexity of the programming syntax or having no time for taking courses.

The Competitors:

  1. SQL programming language: SQL is very close to plain English text and it is easy to be understood fast, but unfortunately, it has been designed to manage the databases only but not the websites or apps contents.

  2. There are many other projects which have been founded recently to achieve the goal of creating a plain natural language based programming syntax, but all of them are very basic and can't be used in any kind of production.

Roadmap:

https://github.com/project-jste/framework/projects/1

Demos:

http://jste-demos.herokuapp.com/

Demos On Codepen:

https://codepen.io/jste/

Documentation:

EN-US: https://project-jste.github.io/docs/#/en-us/

EN-UK: https://project-jste.github.io/docs/#/en-uk/

Egyptian: https://project-jste.github.io/docs/#/arz/

Arabic: https://project-jste.github.io/docs/#/ar/

Building Instructions:

How to install the dependencies:

cd <FRAMEWORK_REPO_ROOT>

npm install

How to build:

cd <FRAMEWORK_REPO_ROOT>

node build

Official Blog On Medium:

https://medium.com/project-jste

Contact Us:

Project Email:

[email protected]

Project Founder Email:

[email protected]

Facebook:

https://www.facebook.com/ProjectJste

Gitter:

https://gitter.im/Project-Jste/Contributors

License

Jste Framework is released under the GNU AGPLv3 license.

core's People

Contributors

geeekyboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

core's Issues

Porting More JavaScript Functions & Commands To Jste

Till now, we can consider that Jste hasn't enough commands and functions.
This makes Jste isn't ready to be used in production yet, so it's still in the Alpha stage.
For boosting the project development process, we hope from contributors to help us porting and translating more JS function and commands.

There is only one choice to do that which is adding the commands in the file contains all the commands which is /src/JS/Core/commands.js

Creating More Jste Components & Developing The Current Ones

Till this moment, Jste supports only a very limited number of components which can be used for creating simple websites and apps.
Introducing more new components with various options is considered as one of the most factors which can help in boosting up the project development process.
We hope from Jste contributors to create new components for Jste and maintaining & developing the current existed ones in order to help in shaping the first natural language based programming language ever.

For creating new components or developing the current ones, please refer to the folder /src/JS/Components/

Porting Jste To Japanese, Chinese, Hindi Or To Any Other Language

As Jste has been already translated to four languages which are Arabic, French, Egyptian & English, We hope from the contributors to translate it to three more languages which are Japanese, Chinese and Indian to expand the availability of Jste and increase the portions of people that can get benefit from this great project.

For who want to contribute and translate Jste, there are two choices which are:

  1. Using Jste Command Studio which can be found at: https://project-jste.github.io/command-studio
  2. Going to src/JS/Translations and modify the two files which are RiveScript/<LANG_CODE>.rive for the commands and dictionary.json for the words and the sentences.

Demo not working

Hi! I tried testing your Jste framework "English US" demo and the calculator version did not open/work at all. The other worked, but had some web design functionality issues.

Let me know how I can be of assistance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.