Skip to content

This is a web app that crawl apps from huawei appstore and display with angularJS, also do recommendation based on users' download behavior.

Notifications You must be signed in to change notification settings

kartiktodi/Appstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evan's Android App Store

this is really amazing this will help us in our life.

Overview

This is a web app that crawl apps from huawei appstore and display with angularJS, also do recommendation based on users' download behavior.

Development

The following docs describe how you can test and develop this application further.

Installing Dependencies

npm install

This will also run Bower, which will download the Angular files needed for the current step of the tutorial.

Running the Application during Development

ScreenShots

Home page Search Sort by scores App info page App info page2

Application Directory Layout

app/                     --> all the source code of the app (along with unit tests)
  bower_components/...   --> 3rd party JS/CSS libraries, including Angular and jQuery
  core/                  --> all the source code of the core module (stuff used throughout the app)
    checkmark/...        --> files for the `checkmark` filter, including JS source code, specs
    phone/...            --> files for the `core.phone` submodule, including JS source code, specs
    core.module.js       --> the core module
  img/...                --> image files
  source code, HTML templates, specs
  source code, HTML templates, specs
  app.css                --> default stylesheet
  app.module.js          --> the main app module
  index.html             --> app layout file (the main HTML template file of the app)

node_modules/...         --> development tools (fetched using `npm`)

bower.json               --> Bower specific metadata, including client-side dependencies
package.json             --> Node.js specific metadata, including development tools dependencies

About

This is a web app that crawl apps from huawei appstore and display with angularJS, also do recommendation based on users' download behavior.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.7%
  • Python 40.3%
  • JavaScript 10.6%
  • CSS 0.4%