Giter Site home page Giter Site logo

hashtag-buddy-app's Introduction

Hashtag Buddy App

DeepScan grade

Welcome to the repository of the Hashtag Buddy App for Android & iOS. This app help you to find the most relevant Instagram hashtags. It's a Mobile App build with Nativescript to run cross-platform.

Links

Technical Details

  • Optimized for iOS & Android
  • build with NativeScript 6+
  • using Angular 8+
  • TSLint
  • SCSS
  • used AccessModifier & datatypes everywhere
  • shared components & dto's

Plugins

  • Image Gallery
  • LocalStorage
  • I18n
  • IAP
  • BackgroundHttp

Commands

Install

Follow NativeScript Setup Guide for installing NativeScript requirements to build and run NativeScript apps like this one. After NativeScript installation is complete run:

npm i -g nativescript@latest
npm i tns-core-modules@latest
tns platform remove android
tns platform add android@latest
tns platform remove ios
tns platform add ios@latest

To ensure code quality, run tslint using following command:

npm run tslint

Update

tns info
tns doctor
npm i -g nativescript@latest
npm i tns-core-modules@latest
tns update
tns platform clean android
tns plugin update
tns plugin remove nativescript-theme-core
tns plugin add [email protected]
npm i nativescript-dev-webpack@latest --save-dev
./node_modules/.bin/update-ns-webpack --deps --configs
npm i nativescript-angular@latest --save
./node_modules/.bin/update-app-ng-deps
npm i
npm audit fix

More detailed infos on NativeScript Upgrade Instructions page.

Troubleshooting

npm rebuild node-sass
npm i nativescript-dev-webpack --save-dev
tns update
pod repo update
sudo gem install cocopods
tns platform clean ios
tns plugin update
rm -rf node_modules
rm -rf platforms
rm package-lock.json
npm i
tns plugin remove nativescript-imagepicker
tns plugin add nativescript-imagepicker
npm dedupe

hashtag-buddy-app's People

Contributors

darioskrimskrams avatar dependabot-preview[bot] avatar risingagain avatar

Stargazers

 avatar Philipp Huth avatar

Watchers

Philipp Huth avatar

Forkers

risingagain

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.