diff --git a/Teams/Invincibles/ABOUT.md b/Teams/Invincibles/ABOUT.md new file mode 100644 index 0000000..3dbb42b --- /dev/null +++ b/Teams/Invincibles/ABOUT.md @@ -0,0 +1,29 @@ +Team Invincibles + +================ + + +About your team + +=========================== + +We are a group of programming enthusiasts very motivated to solve real world problems. All of us + +are students enrolled in colleges in the United States. We decided to join this competition + +because of our passion for programming and finding solutions for complex problems. We have prior + +experience with developing applications making use of real time data to solve everyday problems. + +Our biggest motivation behind us taking part in this competition is to get a really good + +feel of some of the API's mentioned in the document. We do not have much experience working with + +these API's and would relish the opportunity to build something cool by utilizing them + + +Skills and Project Idea + +====================== + +Still brainstorming ideas diff --git a/Teams/Invincibles/team.json b/Teams/Invincibles/team.json new file mode 100644 index 0000000..f0e5a44 --- /dev/null +++ b/Teams/Invincibles/team.json @@ -0,0 +1,41 @@ +{ + + "teamName": "Invincibles ", + + "members": [ + + { + + "name": "Manikandan Soundarapandian", + + "twitter": "mani3834", + + "koding": "mani89", + + "location": "Cary, NC, USA", + "lead": true + + }, + + { + + "name": "Ishita Malhotra", + + "koding": "ishita2310", + "location": "Cary, NC, USA" + + }, + + { + + "name": "Harjas Ahuja", + + "koding": "harjas09", + + "location": "Cary, NC, USA" + + } + + ] + +}