Instanews
πΈ Instanews is a fully responsive social media app that is a mimic for Instagram built using Vuejs.
Install / Use
/learn @AbdallahHemdan/InstanewsREADME

<img src="https://img.shields.io/github/languages/count/abdallahHemdan/Instagram" />
<img src="https://img.shields.io/github/languages/top/AbdallahHemdan/Instagram" />
<img src="https://img.shields.io/github/languages/code-size/AbdallahHemdan/Instagram" />
<img src="https://img.shields.io/github/issues-pr-raw/AbdallahHemdan/Instagram" />
Table of Contents
- About the Project
- Getting Started
- Screenshots
- Responsive Sreenshots
- File Structure
- Contributing
- Contributors
- BackLog
- License
Important Note
I am still working on the project, this is not the final verison of it, I just make it public to get feedback and imporve it ... Happay-Eid ππ
About
Instanews is a fully responsive social media app that is a mimic for Instagram built using Vuejs.
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
- Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instanews.git
- Navigate to repository directory
$ cd Instanews
- Install dependencies
$ npm install
Running
- Compiles and hot-reloads for development
$ npm run serve
- Compiles and minifies for production
$ npm run build
- Run unit tests
npm run test:unit
<div align="left">
File Structure
Instanews
βββ README.md
βββ LICENSE
βββ package-lock.json
βββ package.json
βββ jest.config.js
βββ backlog.md
βββ babel.config.js
βββ .gitignore
βββ .browserslistrc
βββ tests
β βββ unit
βββ src
β βββ assets
β βββ components
| | βββ Comments
| | βββ InboxContainer
| | βββ LeftAuth
| | βββ MessageItem
| | βββ MessagesContainer
| | βββ Navbar
| | βββ Newsfeed
| | βββ NotificationItem
| | βββ NotificationsDropdown
| | βββ OrDivider
| | βββ Post
| | βββ PostAction
| | βββ PostDescription
| | βββ ProfileDescription
| | βββ ProfileDropdown
| | βββ ProfileGallery
| | βββ ProfileGalleryItem
| | βββ ProfileHeader
| | βββ ProfileStories
| | βββ ProfileUpperHeader
| | βββ SingleComment
| | βββ SingleSuggestion
| | βββ SuggestionHeader
| | βββ UserInfo
| | βββ UserSuggestions
| | βββ ProfileHeaderTitle
β βββ mock
β βββ router
β βββ store
β βββ style
β βββ views
| | βββ Chat
| | βββ Explore
| | βββ Forget Password
| | βββ Home
| | βββ Liked
| | βββ Login
| | βββ Signup
| | βββ NotFound
| | βββ Profile
β βββ main.js
β βββ App.vue
βββ public
β βββ favicon.ico
β βββ index.html
βββ node_modules
βββ CONTRIBUTING.md
</div>
Screenshots
<div align="center"> <h3 align="center">Home Page</h3>

















Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Check out our contributing guidelines for ways to contribute.
Contributors
<table> <tr> <td align="center"> <a href="https://github.com/AbdallahHemdan" target="_black"> <img src="https://avatars1.githubusercontent.com/u/40190772?s=460&v=4" width="150px;" alt="abdallah hemdan"/> <br /> <sub><b>Abdallah Hemdan</b></sub></a><a href="https://github.com/AbdallahHemdan/Instanews/commits/master?author=AbdallahHemdan" title="Leader">π―</a><a href="https://github.com/AbdallahHemdan/Instanews/commits/master?author=AbdallahHemdan" title="Code">π»</a><a href="https://github.com/AbdallahHemdan/Instanews/pulls?q=is%3Apr+author%3AAbdallahHemdan" title="Reviewed Pull Requests">π</a><br /> </td> </tr> </table>Thanks goes to these wonderful people in the frontend team.
BackLog
- [x] ~Connect Instanew with firebase to provide authentication (login-signup)~
- [x] ~Handle auto redirect in different cases (user logged in and trying to visit login/signup pages | user is not logged in and trying to visit any page)~
- [x] ~Create auth with (Google - Facebook - Github)~
- [x] ~Handle form validation for (Login - Signup - ForgetPassword)~
- [ ] Create chat-module for inbox-page
- [ ] Integrate Search module with firebase
- [x] ~Add Stories section in home-page~
- [ ] Enable uploading stories, write comments, Edit profile
- [ ] Create modal for posts (when user click the post the modal popup)
- [x] ~Create modals for following, followers in profile-page~
- [x] ~Create modals for see all suggested users~
- [x] ~Replace scrolling bar in user suggestions section to (left) and (right) arrow~
- [x] ~Create suggestion component~
- [x] ~Fix naming convension to follow BEM Methodology~
- [x] ~Dynamically render
postsortaggedin profile~ - [ ] Enable CTAs for notifications
License
This software is licensed under MIT License, See License for more information Β©AbdallahHemdan.
