Instanews
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
- Install dependencies
Running
- Compiles and hot-reloads for development
- Compiles and minifies for production
- Run unit tests
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
Screenshots
Home Page
Profile Page
Explore Page
Inbox Page
Notifications Dropdown
404 Page
Login Page
Auth with Google, Facebook and Github
Signup Page
Forget Password Page
Responsive Screenshots
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
Thanks goes to these wonderful people in the frontend team.
BackLog
-
Connect Instanew with firebase to provide authentication (login-signup) -
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) -
Create auth with (Google - Facebook - Github) -
Handle form validation for (Login - Signup - ForgetPassword) - Create chat-module for inbox-page
- Integrate Search module with firebase
-
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)
-
Create modals for following, followers in profile-page -
Create modals for see all suggested users -
Replace scrolling bar in user suggestions section to (left) and (right) arrow -
Create suggestion component -
Fix naming convension to follow BEM Methodology -
Dynamically renderpostsortaggedin profile - Enable CTAs for notifications
License
This software is licensed under MIT License, See License for more information Β©AbdallahHemdan.



























