Skip to content

Commit

Permalink
Selfie Photo Tag App
Browse files Browse the repository at this point in the history
Selfie Photo Tag App using MasterDataNode
  • Loading branch information
dushyantfst committed Jan 13, 2018
0 parents commit c69f040
Show file tree
Hide file tree
Showing 20 changed files with 1,282 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public_html/bower_components"
}
10 changes: 10 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
});
};
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Selfie Photo Tag App using MasterDataNode #

The Selfie Photo App is HTML5 based application to take selfie and tag the photo using #MasterDataNode as Data solution. Based on only 2 html5 pages, with single javascript this App is complete in itself and assume saving following data Phone, First Name, Last Name and Tag field.
This App can be further upgraded to have page print capabilites with desired format, download the data in excel using JSON to excel creation.
Data remain persistent using #MasterDataNode Technology Solution by @ArcTopLabs, your data will remain saved unless you decided to delete yourself.


## FEATURES ##

- Take Selfie Photo
- Tag Selfie Photo
- View Selfie photo information


## Storage Service ##
ArcTop Labs : MasterDataNode Data Solution
<p>Login to <a href="https://www.masterdatanode.com"> www.masterdatanode.com </a> to get : Access_Token , its Free</p>
<p>Create an App after login, copy and paste App Name in arctoplabs.js file ######appName###### variable</p>
<p>Copy and Replace the ######access_token###### (available in your login) in arctoplabs.js file access_token variable</p>

![alt text](https://github.com/ArcTopLabs/RegistrationHTMLApp/blob/master/screenshot/registration.png)
![alt text](https://github.com/ArcTopLabs/RegistrationHTMLApp/blob/master/screenshot/registeredinfo.png)

12 changes: 12 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SelfieHTML5",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc", "**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}
11 changes: 11 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

var gulp = require('gulp');

gulp.task('default', function () {
// place code for your default task here
});
1 change: 1 addition & 0 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
browser=SL[/Browsers/FirefoxBrowser
14 changes: 14 additions & 0 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/public_html/registered_data.html</file>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/public_html/index.html</file>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/README.md</file>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/public_html/js/default.js</file>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/public_html/js/script.js</file>
<file>file:/Volumes/MyMac/development/GitHub/Experimenttal/SelfieHTML5/public_html/js/arctoplabs.js</file>
</group>
</open-files>
</project-private>
5 changes: 5 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
file.reference.SelfieHTML5-public_html=public_html
file.reference.SelfieHTML5-test=test
files.encoding=UTF-8
site.root.folder=${file.reference.SelfieHTML5-public_html}
test.folder=${file.reference.SelfieHTML5-test}
9 changes: 9 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>SelfieHTML5</name>
</data>
</configuration>
</project>
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SelfieHTML5",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "dushyant",
"contributors": [],
"dependencies": {}
}
34 changes: 34 additions & 0 deletions public_html/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Dec 26, 2017, 9:05:15 PM
Author : dushyant
*/


body {
padding-top:30px;
}
fieldset {
border: thin solid #ccc;
border-radius: 4px;
padding: 20px;
padding-left: 40px;
background: #fbfbfb;
}
legend {
color: #678;
}
.form-control {
width: 95%;
}
label small {
color: #678 !important;
}
span.req {
color:maroon;
font-size: 112%;
}
Loading

0 comments on commit c69f040

Please sign in to comment.