Loading repository data…
Loading repository data…
orbiszlin / repository
A simple sample project by Orbis High School students demonstrating the simplicity of Edu App, developed in class through Angular and Ionic.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The multi-platform application EDU APP is an interactive educational game that allows players (students) to compete for the largest number of game fields on a hexagonal game board. The game is no registration required, allowing for quick entry into the game. Players select squares and are tasked with answering the displayed questions as quickly as possible. Each correct answer allocates a player a box, and the player who owns the most boxes at the end of the time limit wins. Teachers or organizers can create questions at will, and the game is designed for 1 to N players. The app is designed as a fun way to review and practice topics already covered in any subject.
Preparing your environment
- (Required) Download and install Node.js & npm
- (Required) Installing the Ionic CLI
npm install -g @ionic/cli- Official Ionic documentation- (Recommended) Installing Angular CLI
npm install -g @angular/cli- Official Angular Documentation
npm iionic serve or ng serve or npm run startng g page pages/page-name