GitHub - birchcode/Instanews: πŸ“Έ Instanews is a fully responsive social media app that is a mimic for Instagram built using Vuejs.

Instanew

Instanews

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

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

  1. Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instanews.git
  1. Navigate to repository directory
  1. Install dependencies

Running

  1. Compiles and hot-reloads for development
  1. Compiles and minifies for production
  1. 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

image


image


image


image


image


home

Profile Page

image


scroll


dynamic-components


image


image


image


image


image


modals

Explore Page

image


image


image

Inbox Page

image

Notifications Dropdown

image


image

404 Page

image

Login Page

image


login

Auth with Google, Facebook and Github

auth

Signup Page

image

Forget Password Page

image

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 render posts or tagged in profile
  • Enable CTAs for notifications

License

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