Anime Quiz Application is a single page application(SPA) made on Angular Js , HTML, CSS and Bootstrap with Jquery Library.
1.0
In making anime quiz application , below are used
- AngularJS - HTML enhanced for web apps!
- Java Script - Father of all framework!!
- Twitter Bootstrap - great UI boilerplate for modern web apps
- jQuery - duh
Below these imports and calls made it easier to bulid
<----CSS Files---->
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<----JS Files---->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
Click Here to see demo of Anime Quiz App.
MIT
Free Software, Hell Yeah!