- About the Project
- Getting Started
- Screenshots
- Responsive Sreenshots
- File Structure
- Contributing
- Contributors
- BackLog
- License
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 ππ
Instanews is a fully responsive social media app that is a mimic for Instagram built using Vuejs.
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/Instanews.git
- Navigate to repository directory
$ cd Instanews
- Install dependencies
$ npm install
- Compiles and hot-reloads for development
$ npm run serve
- Compiles and minifies for production
$ npm run build
- Run unit tests
npm run test:unit
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
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.
Thanks goes to these wonderful people in the frontend team.
Abdallah Hemdanπ―π»π |
-
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 renderposts
ortagged
in profile - Enable CTAs for notifications
This software is licensed under MIT License, See License for more information Β©AbdallahHemdan.