Iqraa is an angular app that work as an image viewer with froala editor where users can add photo and save contents using froala editor. user can login with account or google account, and if he doesn't has an account he can register.
tip: this app is designed to work with firebase as backend. It's recommended for you to setup backend first to start using this app smoothly.
This project depends on Node Package Manager (NPM). Before continuing you must download and install Node (the download includes NPM) from https://nodejs.com/en/download.
This project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the frontend
directory of this repository. After cloning, open your terminal and run:
npm install
tip: npm i is shorthand for npm install
Then run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng deploy
after setting up your firebase account and the app will deploy on firebase.