Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.2 KB

README.md

File metadata and controls

65 lines (43 loc) · 1.2 KB

alt text

Karakoram App

Digital Complaint and other systems in Karakoram House, IIT Delhi

Table of Contents (Optional)


App Features

  • Digital Complaint System
  • Anonymous Mess Feedback
  • Hostel News/Updates
  • Bills Transperancy

Screens

  • Splash Screen Activity
  • Home Activity
  • Sign-In Activity
  • Complaint Activity
  • User Info Activity

Installation

  • All the code required to get started

Clone

  • Clone this repo to your local machine using https://github.com/sauravmittal001/Karakoram

Setup

update and install git

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install git
$ git --version

config account

$ git config --global user.name "Your Name"
$ git config --global user.email "Your Email"
$ git config --list

clone repo

$ git init
$ git clone https://github.com/sauravmittal001/Karakoram