Instanews
Instanews copied to clipboard
πΈ Instanews is a fully responsive social media app that is a mimic for Instagram built using Vuejs.
Instanews
Table of Contents
-
About the Project
- Build with
-
Getting Started
- Installation
- Running
- 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
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.
Abdallah Hemdanπ―π»π |
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
posts
ortagged
in profile~ - [ ] Enable CTAs for notifications
License
This software is licensed under MIT License, See License for more information Β©AbdallahHemdan.