Skip to content

Hacked-hogwarts is a project for the 3rd semester of Multimedia Design at KEA. In this project we use a lot of JS Array methods along with string methods to achieve functionalities such as filtering, sorting, mapping, and so on.

Notifications You must be signed in to change notification settings

Zagoman/hacked-hogwarts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacking Hogwarts

This project is accomplished using Object Oriented Programming Paradigm. The reason I use OOP is to be able to separate different entities into objects, therefore making it easier to separate the design into the MVC pattern, and then instanciate entities from a major class, like Student, Info, Controller, View, Model and the App itself.

Code Organisation

To organise the code, I use JavaScript modules, so I can separate each class into one file, and then have access to all files by importing and exporting the files. This approach allowed me to have multiple files with few lines, instead of one file with multiple lines. By having fewer lines, I am able to find the code I want with ease.

About

Hacked-hogwarts is a project for the 3rd semester of Multimedia Design at KEA. In this project we use a lot of JS Array methods along with string methods to achieve functionalities such as filtering, sorting, mapping, and so on.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published