Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.78 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.78 KB

NewsStand

An app that keeps you informed of latest happenings around the globe with top headlines from top news sources worldwide.

🔗 Live Demo : https://newsstand.netlify.app/

Technologies used 🚀

✔️ Vue.js
✔️ Quasar Framework
✔️ Vuex
✔️ Vue-router
✔️ Axios
✔️ Firebase Auth
✔️ Firebase RealtimeDb

Features 🔥

✔️ Search news articles by category
✔️ Search news articles by keywords
✔️ Save or Remove your favorite articles from read later list
✔️ Receive live web notifications implemented through firebase stream events
✔️ Responsive layout
✔️ Async Validation
✔️ Error handling
⚡ Continuous Deployment on netlify

Installation

Simply clone the project and install dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Deploy your own version on netlify 🔌

Head over to netlify and reference your own forked repo for your own CD pipeline (don't forget to modify .toml file to your own settings) or simply build the app and deploy the production code to cloud.

🤝 Contribution

As a young developer i am always passionate about learning new things and ofcourse would definitely be obliged for your help so feel free to smash those bugs 🐛 and contribute new enhancements ✌️ or perhaps refactor code or suggest a better approach .