Skip to content

Provides a list of solutions to minor problems that ATEITH students face

License

Notifications You must be signed in to change notification settings

dpliakos/practical-utils-ateith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical utils for ateith students

Let's be honest. The world is great, but it could be better. You can change the every day life of ATEITH students by solving those tiny little problems that appear every now and then.

How:

  1. Go to /src/app.js create an object with an action and a condition function.
var myObject = {
  condition: function() {
    // your code goes here
  }, 
  action: function() {
    // your code goes here
  }
}
  1. Update the listOfActions to contain your action.

  2. Write at the /src/index.html what the action you added does.

  3. Feel the glory of a real hero.

About

Provides a list of solutions to minor problems that ATEITH students face

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published