All Projects → iiitv → hackiiitv18-submissions

iiitv / hackiiitv18-submissions

Licence: other
This repository contains all submissions of HackIIITV 2018

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to hackiiitv18-submissions

CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (+66.67%)
Mutual labels:  hackathon, projects, hackathon-project
Data-Science-Hackathon-And-Competition
Grandmaster in MachineHack (3rd Rank Best) | Top 70 in AnalyticsVidya & Zindi | Expert at Kaggle | Hack AI
Stars: ✭ 165 (+816.67%)
Mutual labels:  hackathon, hackathon-project
hackathon-foodie
Foodie is a centralized food ordering app for restaurants near NIT Hamirpur.
Stars: ✭ 26 (+44.44%)
Mutual labels:  hackathon, hackathon-project
help-me
When there's none to go to. In times of danger or trouble, there is nowhere to seek help from. Help-me comes with an innovative solution to the above problem. It will automatically send notifications to your nearby people and it will be the moral duty of the people to help the person in danger.
Stars: ✭ 20 (+11.11%)
Mutual labels:  hackathon, hackathon-project
awesome-hackathon-projects
This is a curated list of amazing hackathon projects
Stars: ✭ 193 (+972.22%)
Mutual labels:  hackathon, projects
hacktrack
HackaTrack 🛤: Say goodbye 👋🏾 to stress and unproductivity in hackathons 👩🏾‍💻!
Stars: ✭ 61 (+238.89%)
Mutual labels:  hackathon, hackathon-project
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+388.89%)
Mutual labels:  projects
Front-End-Hackathon-Resources
This repository contains the Code Of Conduct, Rules as well as Event Slides and Material for our very first event, i.e. Front End Hackathon.
Stars: ✭ 18 (+0%)
Mutual labels:  hackathon-project
project-ideas
Project ideas for students at KITE, KGCAS, IIM and anybody else!
Stars: ✭ 47 (+161.11%)
Mutual labels:  projects
sih2k18
🦄Winner: Smart India Hackathon 2018 🌷
Stars: ✭ 41 (+127.78%)
Mutual labels:  hackathon
git-push-hackathon
$ git push hackathon 💻
Stars: ✭ 71 (+294.44%)
Mutual labels:  hackathon
fake-fews
Candidate solution for Facebook's fake news problem using machine learning and crowd-sourcing. Takes form of a Chrome extension. Developed in under 24 hours at 2017 Crimson Code hackathon at Washington State University.
Stars: ✭ 13 (-27.78%)
Mutual labels:  hackathon
renv
Creating virtual environments for R.
Stars: ✭ 18 (+0%)
Mutual labels:  hackathon
phive
A kind of freelancing website for College.
Stars: ✭ 61 (+238.89%)
Mutual labels:  projects
Projects-Archive
This hacktober fest, the only stop you’ll need to make for ML, Web Dev and App Dev - see you there!
Stars: ✭ 21 (+16.67%)
Mutual labels:  projects
Coding-Ninjas-Full-Stack-Web-Development
It contains all the files I created during the MERN full stack web development course with coding ninjas
Stars: ✭ 108 (+500%)
Mutual labels:  projects
registration
✏️ Hackathon registration server
Stars: ✭ 60 (+233.33%)
Mutual labels:  hackathon
Bandit-Girl-AR
🎮 Augmented Reality mobile game with classic third person and AR gameplay modes. 🔫
Stars: ✭ 15 (-16.67%)
Mutual labels:  hackathon
pong-almost-from-scratch
This is an attempt of making the game pong using modern programming languages
Stars: ✭ 14 (-22.22%)
Mutual labels:  hackathon
soulcare
🔥 A centralised health care system that tracks each dose given to the patient by the nurse. Also let's specialist doctors respond to the patient immediately via logs generated.
Stars: ✭ 23 (+27.78%)
Mutual labels:  hackathon

HackIIITV 18 Submission

This repository is archive of hacks created during HackIIITV 2018.

Requirements

  • GitHub account
  • Install git for your repsective OS.
  • Make sure you are part of IIITV organisation on GitHub, else join here

Few pointers

  • You can make atmax one commit per hour.
  • Don't close your PR.
  • No commits after Hackathon ends will be entertained.
  • It is recommended to make one commit/hour to keep your hack backed up.
  • Make sure your whole project is inside the folder of your team.
  • If you have time left, make sure you make a README.md 😉(it will help others to understand your code)

How to submit?

One member from each team have to follow this instructions: Follow the instructions in order:

  1. Fork this repository.

  2. Clone your fork, using git clone https://github.com/<your-username>/hackiiitv18-submissions.git

  3. Change Directory to hackiiitv18-submissions, using cd hackiiitv18-submissions

  4. Set remote to original repository using git remote add ups https://github.com/iiitv/hackiiitv18-submissions.git

  5. Create a branch named team#x, where x is your team number, using git checkout -b team#x

  6. Add a folder with name team#x - {Chosen_Theme} in root directory. Make sure your whole hack is in folder team#x - {Chosen_Theme}.

  7. Now add this folder to your staging area, using git add "team#x - {Chosen_Theme}"

  8. Now commit the changes using, git commit -m "Add team#x"

  9. Push the changes using, git push

  10. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.

For making changes to PR, just keep on repeating Step 6-9.

Rules

  • Keep your content as original as possible.
  • It is allowed to use available softwares/packages as a module, but they can't be your project.

Happy Hacking! 🖖

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].