elnoor / hashtag-aze

Hashtag Management app build with React

Home Page:https://hashtagman.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

Check demo from Netlify

Data

Data.json is the source for the data. As default it will be used from local memory to populate all categories. Raw GitHub url of Data.json (this) will also be used to simulate "fake" API. Meaning build production app will be able to be used just fine without requiring extra changes, but changing Data.json file in GitHub will allow the app to have updated data.

Note: Updating Data.json in GitHub will have a propagation time. Do not expect the app have the updated data right away.

Android App

To build a WebView based Android app that works offline (without fetching from url) but uses local html/css/js files from Android memory create an empty WebView Android app and move all the built files to 'assets' folder and load url to webview like webView.loadUrl("file:///android_asset/index.html). If there is no assets folder in Android Studio project add it by right clicking on project and New > Folder > Assets Folder. It is also explained here.

Note: To create WebView app refer to this link or use the source code of the app that is build for caps-az.

Note: If you are building React app to make Android app make sure you change package.json and add "homepage": "file:///android_asset/" after name of project.

Building Production App

npm run build builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Note: If you are building app to build Android app make sure you change package.json and add "homepage": "file:///android_asset/" after name of project. Otherwise don't have that property, else it will break in Netlify or any other host provider as i won't have the right path.

Font Awesome Icons in App

Only Solid & Free icons is being used currently in app

About

Hashtag Management app build with React

https://hashtagman.netlify.com/


Languages

Language:JavaScript 79.8%Language:HTML 10.8%Language:CSS 9.4%