All Projects β†’ AbdallahHemdan β†’ Instahelp

AbdallahHemdan / Instahelp

Licence: MIT license
Instahelp is a Q&A portal website similar to Quora

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Instahelp

Oud
🎡 The frontend of Oud, an online music streaming service that is a mimic of Spotify with all its functionalities built using ReactJS, React-Router, Bootstrap.
Stars: ✭ 48 (+128.57%)
Mutual labels:  mimic, hemdan
osmcz
JS mapovΓ‘ appka pro openstreetmap.cz (osmcz-app)
Stars: ✭ 35 (+66.67%)
Mutual labels:  portal
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (+4.76%)
Mutual labels:  question-answering
AskQuora
Quora Q&A right from the command-line
Stars: ✭ 14 (-33.33%)
Mutual labels:  quora
hf-experiments
Experiments with Hugging Face πŸ”¬ πŸ€—
Stars: ✭ 37 (+76.19%)
Mutual labels:  question-answering
grase-www-portal
Grase WWW Portal (Main Package)
Stars: ✭ 50 (+138.1%)
Mutual labels:  portal
FlowQA
Implementation of conversational QA model: FlowQA (with slight improvement)
Stars: ✭ 197 (+838.1%)
Mutual labels:  question-answering
pair2vec
pair2vec: Compositional Word-Pair Embeddings for Cross-Sentence Inference
Stars: ✭ 62 (+195.24%)
Mutual labels:  question-answering
KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
Stars: ✭ 58 (+176.19%)
Mutual labels:  question-answering
Advanced-Portals
An advanced portals plugin for bukkit
Stars: ✭ 108 (+414.29%)
Mutual labels:  portal
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (+990.48%)
Mutual labels:  question-answering
ACViewer
Viewer / Utility for DAT files for the game Asheron's Call
Stars: ✭ 19 (-9.52%)
Mutual labels:  portal
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (+214.29%)
Mutual labels:  portal
rdk
πŸ›  React Component Developer Kit
Stars: ✭ 27 (+28.57%)
Mutual labels:  portal
YetiForcePortal2
The Customer Portal complements YetiForce CRM and is the most effective communication tool for your customers. It’s easy to use and delivers many new functions. You can reduce operating expenses by providing support 24 hours a day. YetiForce Portal platform delivers also greater customer experiences as your clients can see all relevant informati…
Stars: ✭ 28 (+33.33%)
Mutual labels:  portal
MscrmTools.PortalRecordsMover
Export/Import Dynamics 365 portal records
Stars: ✭ 16 (-23.81%)
Mutual labels:  portal
SSP
Student Success Plan - Open Source Software Project
Stars: ✭ 31 (+47.62%)
Mutual labels:  portal
palette-21-frontend
Frontend website for Palette 2021 using React.js
Stars: ✭ 14 (-33.33%)
Mutual labels:  portal
Question-Answering-based-on-SQuAD
Question Answering System using BiDAF Model on SQuAD v2.0
Stars: ✭ 20 (-4.76%)
Mutual labels:  question-answering
svelte-portal
Svelte component for rendering outside the DOM of parent component
Stars: ✭ 261 (+1142.86%)
Mutual labels:  portal

INSTAHELP

Table of Contents

About The Project

Instahelp is a Q&A portal website, it features questions and answers on a wide range of tags/topics The website serves as a platform for users to ask and answer questions, and, through membership and active participation, to vote questions and answers up or down and edit questions and answers in a fashion similar to Quora

Build with

Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.

Installation

  1. Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instahelp.git
  1. Navigate to repository directory
$ cd Instahelp
  1. Install dependencies
$ yarn install

Running

  1. Running on development mode
$ yarn serve

Responsive Screenshots

Responsive__1

Responsive__2

Responsive__3

Responsive__4

Desktop Screenshots

Static__1

Static__2

Static__3

Static__4

Static__5

Static__6

Static__7

Static__8

Static__9

Static__10

File Structure

Instahelps
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package.json
β”œβ”€β”€ yarn.lock
β”œβ”€β”€ vue.config.js
β”œβ”€β”€ babel.config.js
β”œβ”€β”€ .gitignore
|
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ assets
|   |   β”œβ”€β”€ GIF
|   |   └── svgs
|   |
β”‚   β”œβ”€β”€ components
|   |   β”œβ”€β”€ Answers
|   |   β”œβ”€β”€ AuthHeader	
|   |   β”œβ”€β”€ FollowItem	
|   |   β”œβ”€β”€ LeftAuth	
|   |   β”œβ”€β”€ Navbar	
|   |   β”œβ”€β”€ NewPost	
|   |   β”œβ”€β”€ Newsfeed	
|   |   β”œβ”€β”€ OrDivider	
|   |   β”œβ”€β”€ Post	
|   |   β”œβ”€β”€ PostAction	
|   |   β”œβ”€β”€ PostDescription	
|   |   β”œβ”€β”€ ProfileBottom	
|   |   β”œβ”€β”€ ProfileDropdown	
|   |   β”œβ”€β”€ ProfileHeader	
|   |   β”œβ”€β”€ SingleAnswer	
|   |   β”œβ”€β”€ SingleSuggestion	
|   |   β”œβ”€β”€ SuggestionHeader	
|   |   β”œβ”€β”€ UserInfo
|   |   β”œβ”€β”€ UserSuggestionItem
|   |   └── UserSuggestions
|   |   
β”‚   β”œβ”€β”€ plugins
|   |   └── firebase
|   |
β”‚   β”œβ”€β”€ router
|   |   └── index.js
|   |
β”‚   β”œβ”€β”€ services
|   |   β”œβ”€β”€ comment.service
|   |   β”œβ”€β”€ question.service
|   |   β”œβ”€β”€ suggestion.service
|   |   β”œβ”€β”€ tag.service
|   |   └── user.service
|   |
β”‚   β”œβ”€β”€ styles
|   |   β”œβ”€β”€ _fonts.scss
|   |   β”œβ”€β”€ _global.scss
|   |   └── _settings.scss
|   |
β”‚   β”œβ”€β”€ utilities
|   |   β”œβ”€β”€ auth
|   |   β”œβ”€β”€ constants
|   |   β”œβ”€β”€ firebase
|   |   └── user
|   |
β”‚   β”œβ”€β”€ views
|   |   β”œβ”€β”€ About
|   |   β”œβ”€β”€ ContactUs
|   |   β”œβ”€β”€ ForgetPassword
|   |   β”œβ”€β”€ Home
|   |   β”œβ”€β”€ Login
|   |   β”œβ”€β”€ NotFound
|   |   β”œβ”€β”€ Profile
|   |   β”œβ”€β”€ Question
|   |   β”œβ”€β”€ Settings
|   |   β”œβ”€β”€ Signup
|   |   └── Tag
|   |   
β”‚   └── App.vue
β”‚   └── main.js
|   | 
β”œβ”€β”€ public
β”‚   β”œβ”€β”€ favicon.png
β”‚   └── index.html	
β”œβ”€β”€ .github
β”œβ”€β”€ .vscode
└── node_modules

Contributors

Thanks goes to these wonderful people in the frontend team.

abdallah hemdan
Abdallah Hemdan
πŸ’»
Abdelrahman Fadl
Abdelrahman Ahmed Fadl
πŸ’»
Adel Rizq
Adel Mohamed Abdelhamed
πŸ’»

Ahmed Mahboub
πŸ’»

License

This software is licensed under MIT License, See License for more information Β©AbdallahHemdan.

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].