Skip to content

AbdallahHemdan/Instahelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTAHELP

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

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.