Skip to content

A NativeScript proof of concept application for hackathons

Notifications You must be signed in to change notification settings

ghas-results/Jan2015-HackTrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HackTrack

HackTrack is my first iOS application, which I built using the NativeScript platform (developed by Telerik). It is a proof of concept application intended to be used at hackathons for students to easily store data about their project and view other students' projects. Some future extensions of HackTrack could be to build an application for judges to grade, rank, and leave comments on various projects at a hackathon. In addition, HackTrack could be made into an IoT app, where each team would be given an iBeacon and would enter its UUID during registration. Then, as students and judges move through the hackathon and interact with each other, the app would indicate which teams/hacks are nearby. A third extension could be to create a web view, on which the entire public would be able to see all of the projects at a particular hackathon.

To run this application on your device, please follow the steps below:

  1. Make sure you have NativeScript CLI (https://github.com/NativeScript/nativescript-cli)
  2. Clone this repository or download the zip
  3. Follow the instructions in the instructions.txt file to prepare the code
  4. In your command line, run 'tns create HackTrack' in a desired directory
  5. Replace the entire inner app folder of the folder you just created with the app folder of this repo
  6. Run 'tns platform add ios'
  7. Run 'tns list-devices' and make sure your phone is recognized
  8. Run 'tns run ios' to prepare, build, and deploy the app to your device

Author: Akhil Nistala
Project: January 2015 Internship at Progress, Palo Alto, California
Mentor: Eduardo Pelegri-Llopart

About

A NativeScript proof of concept application for hackathons

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%