- About the Project
- Getting Started
- Responsive Screenshots
- Desktop Screenshots
- File Structure
- Contributors
- License
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
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instahelp.git
- Navigate to repository directory
$ cd Instahelp
- Install dependencies
$ yarn install
- Running on development mode
$ yarn serve
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
Thanks goes to these wonderful people in the frontend team.
Abdallah Hemdan💻 |
Abdelrahman Ahmed Fadl💻 |
Adel Mohamed Abdelhamed💻 |
Ahmed Mahboub💻 |
This software is licensed under MIT License, See License for more information ©AbdallahHemdan.