• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Framework7 MVC contacts mobile app example

Framework7-Contacts7-MVC

This app shows you example of using beautiful mobile framework - Framework7 in MVC way for building data-driven contacts application.

Additional js libraries:

And amazing mobile-icons library:

Some notes about "how it works".

Application entry point: app.js file. It's used for RequireJs and Framework7 initial configuration. Also it starts application routing.

Router has two methods:

  • Router.init() - initialize routing - handle Framework7 page events - pageBeforeInit and pageBeforeAnimation. More about Framework7 page events here: http://www.idangero.us/framework7/docs/pages.html#page-events

  • Router.load(contollerName, query) - load selected controller, query - optional object with some parameters This method is useful for loading in already rendered page (for example popup)

Suggested application code structure is convenient, especially for large projects:

 js/moduleName1/moduleName1Controller.js
 js/moduleName1/some_templates.hbs
 js/router.js
 js/model.js

License

MIT

More Repositories

1

framework7-react-base

using Framework7 with React - simple app
JavaScript
154
star
2

react-native-offline-first

Example of offline-first app with React Native
JavaScript
104
star
3

react-native-animated-tabs

Animated Tabs for React Native. Both for iOS and Android
JavaScript
97
star
4

react-native-starter-kit

React Native starter kit using Redux - crossplatform for iOS and Android
JavaScript
94
star
5

Framework7-MVC-base

Base mobile app example using Framework7 and RequireJs
JavaScript
38
star
6

react-native-source-maps

Utilities to easily add support of Source Maps to your React Native project
JavaScript
37
star
7

Reflux-ReactNative-Chat

Project that shows you how to share logic between web and React Native applications using Reflux
CSS
11
star
8

the-economist-for-free-chrome-extension

JavaScript
11
star
9

deep-reinforcement-trader

Try to implement trading with DDPG algorithm
Jupyter Notebook
9
star
10

reinforce-experiments

Simple implementations of vanilla reinforce (policy gradient) and actor critic methods with numpy and different frameworks
Python
2
star
11

fastapi-oauth-mongo-react-starter

Simple boilerplate with fastapi, fastapi-users, google auth, mongodb and react frontend
TypeScript
2
star
12

iliketasty

MeteorJS mobile app with recipes - written on DOU Hackathon
JavaScript
1
star
13

gitterMe

Gitter calculator bot - specially for UA web challenge
JavaScript
1
star
14

aischool-mlprod

some scripts for aischool lectures
Jupyter Notebook
1
star
15

currencyboard

CurrencyBoard - MeteorJS app for currency exchange
CSS
1
star
16

pedestrian-detection-hackathon

Python
1
star
17

webpack-webstorm-debugger-script

Script to debug webpack plugins with webstorm.
JavaScript
1
star