GithubHelp home page GithubHelp logo

team5star / highfive Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 3.0 1.68 MB

A simple social network that supports Member Profiles, Member Groups and Private Chat.

License: MIT License

PHP 92.34% TSQL 5.08% CSS 0.87% Hack 1.71%
php social-network highfive

highfive's Introduction

HighFive

All Contributors License: MIT Top Language Languages Open Issues Open PRs Last master Commit

HighFive is a very simple social network coded in PHP Core, HTML, JavaScript (and its frameworks) and CSS (Bootstrap).

Features

It allows its users to:

  • create their personal profile page
  • add and remove friends
  • create and manage groups
  • post in groups
  • chat privately with their friends

Deployment

Move to your htdocs folder and execute following command:

git clone https://github.com/team5star/highfive.git

Import db-structure-dbhighfive.sql to MySQL using phpmyadmin. Now, move to config folder inside highfive. Create a file named database.php In database.php put the database credentials like this:

<?php
$DB_HOST = "localhost";
$DB_NAME = "dbhighfive";
$DB_USER = "root";
$DB_PASSWORD = "<your_password_here>";
?>

Coding Convention

All code must comply with coding convention specified in CODING.md file.

License

This repository is licensed under the terms of MIT License file included in this repository.

Contributors

Muhammad Tayyab Sheikh
Muhammad Tayyab Sheikh

๐Ÿ“† ๐Ÿ‘€ ๐Ÿ“– ๐Ÿ’ป ๐ŸŽจ
Moz125
Moz125

๐Ÿ“– ๐Ÿ’ป ๐Ÿค” ๐ŸŽจ
MajidKhanBurki
MajidKhanBurki

๐ŸŽจ ๐Ÿ’ป
Mbrzzz
Mbrzzz

๐ŸŽจ
Alijaffery5
Alijaffery5

๐ŸŽจ ๐Ÿ’ป

highfive's People

Contributors

alijaffery5 avatar allcontributors[bot] avatar cstayyab avatar majidkhanburki avatar mbrzzz avatar moazzam-hameed-paracha avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

highfive's Issues

Create a footer for website

Create a footer that will have common links such as Home Page, frequent groups and about website, contact us , report something etc.
Create a three column layout.

Create UI for User Profiling

Following UIs are required for user to have access to website:

  1. Signup
  2. Login
  3. Forgot Password
  4. Enter Recovery Code
  5. Set New Password

Create UI for 'Settings' Pages

We need a UI for Settings page from where user will be able to manipulate all the available settings.
Use appropriate type of input with as much validation as it can be done using HTML and JQuery. You may use Jquery Plugins/Bootstrap plugins.

Add Coding Conventions

Add Coding Conventions for HTML, CSS and JS. See CODING.md for reference in which coding convention for PHP are already defined by @cstayyab

Create UI for Profile Page

Need UI where all the public profile of User will be displayed. There should be small "๐Ÿ–‰" (pencil) icon for in-place editing of editable fields.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.