VotingApp - Authenticated

Developer
Size
2,123 Kb
Views
32,384

How do I make an votingapp - authenticated?

What is a votingapp - authenticated? How do you make a votingapp - authenticated? This script and codes were developed by Matheus on 03 September 2022, Saturday.

VotingApp - Authenticated Previews

VotingApp - Authenticated - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>votingApp - Authenticated</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div ng-app="votingApp" ng-controller="votingController">
<p>{{variavel}}</p>
</div>
<!--
<button class="headerBtn" id="newBtn"> New Poll </button> <button class="headerBtn" id="myBtn"> My Polls </button> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

VotingApp - Authenticated - Script Codes CSS Codes

#headerTitle{ text-align: center; background-color: #ff6600; width: 100%; height: 150px; margin: auto;
}
#votingIcon{ display: inline-block; width: 100px; height: 100px;
}
h1{ font-family: 'Bungee', cursive; font-size: 80px; position: relative; bottom: 20px; display: inline-block;
}
#headerLogin{ background-color: #ff8533; height: 80px; width: 100%;
}
#userInfo{ background-color: #ff8533; height: 60px; width: 100%;
}
#teste{ width: 300px;
}
#inputBtns{ position: relative; display:inline-block;
}
.headerBtn{ background-color: #662900; color: black; font-family: 'Bungee', cursive; border: none; height: 40px; width: 100px; display:inline-block;
}
.headerBtn:hover{ cursor: pointer;
}
form{ font-family: 'Bungee', cursive; position: relative; top: 20px; display:inline-block;
}
#registerLink{ position: relative; top: 10px; text-align: center;
}
a{ font-family: 'Bungee', cursive; color: black; text-align: center; position: relative; top: 10px;
}

VotingApp - Authenticated - Script Codes JS Codes

var myApp = angular.module('votingApp', []);
myApp.controller('votingController', ['$scope', function($scope){ $scope.variavel="-";	$scope.loginFunc = function(){ document.getElementById("headerLogin").style.display = "none"; }
}]);
VotingApp - Authenticated - Script Codes
VotingApp - Authenticated - Script Codes
Home Page Home
Developer Matheus
Username MatheusLima92
Uploaded September 03, 2022
Rating 3
Size 2,123 Kb
Views 32,384
Do you need developer help for VotingApp - Authenticated?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Matheus (MatheusLima92) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!