Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gymkhana Live page modified . #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions _posts/2016-10-18-gymkhanalive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: post
title: "Gymkhana L!VE"
date: 2016-10-18 16:42:00 +0530
author: 11000011
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the author

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, Please don't close this pull request. Just make your changes and then:

$ git add .

followed by

git commit --amend

after that do

git push -f origin master

website: https://soumye.github.io/gymkhanalive/
category: Project
tags:
- summer16
- project
categories:
- project

image:
url: https://github.com/soumye/gymkhanalive/blob/master/screenshot.png

---

# [Gymkhana L!VE](https://soumye.github.io/gymkhanalive/)


This project is a News web application for the Students Gymkhana of IIT Kanpur.

![image](https://github.com/soumye/gymkhanalive/blob/master/screenshot.png)
^ This is a screenshot of the SNT council tab of Gymkhana L!VE

* This is a client–server software application in which the client (or user interface) runs in a web browser.
* It runs directly on a mobile device, just as a conventional software application runs directly on a desktop computer, without a web browser. The interface is similar to that of Quora/Twitter/Play newstand.
* The webapp displays the latest news related to upcoming and on- going events with the highlights in the form of posts which can be expanded to view additional information.
* It includes the name of the author and the date on which it was published. Further on expanding the post additional material including images and details are displayed.
* Every user can sign-up first with a valid email-id which is authenticated with a activation link. Users can then like, comment and even share on facebook.
* The homepage contains recent/top highlights. This page will also contain tabs for the various councils and senate. On clicking the posts are filtered out and the posts of the related council are displayed.
* A search feature is also implemented. A person can search either on the home page or on a council specific page for the desired posts.
* For each council on the left side-bar there is important information related to that council which includes the name and contact details of the various coordinators of the clubs of that council .

One of the successfully completed projects during the Science & Technology Summer
Camp 2016.

Website: [https://soumye.github.io/gymkhanalive/](https://soumye.github.io/gymkhanalive/)
Github Wiki: [Gymkhana L!VE Wiki](https://github.com/soumye/gymkhanalive/wiki/)