Git Product home page Git Product logo

wallethub's Introduction

Wallethub

From the given set of problem statements. I thought it would be nice to create a nice story board out of it. Thus this repo featuring WalletHub. Stay tuned for the story

Prerequisites

  • If you wanna source build then you might wanna know dev deps

    • node 4.x
    • bower 1.7.X
    • typescript > 1.6.X
    • grunt
  • Just wanna run it

    • clone the repo start it with your server (PS: or else you might need up with cors error)
    • simple solution on linux is to cd <pathToRepo> and excecute python -m SimpleHTTPServer 8080
    • add open browser with url localhost:8080
    • DONE

Folder struture

.
├── ./dist
│   ├── ./dist/css
│   │   ├── ./dist/css/main.css
│   │   └── ./dist/css/resources.css
│   ├── ./dist/img
│   │   ├── ./dist/img/banner.jpg
│   │   └── ./dist/img/wallethub.jpg
│   ├── ./dist/js
│   │   ├── ./dist/js/index.js
│   │   └── ./dist/js/resources.js
│   └── ./dist/partials
│       ├── ./dist/partials/baseComponent.html
│       ├── ./dist/partials/donor-list.html
│       ├── ./dist/partials/home.html
│       ├── ./dist/partials/profile-confirm.html
│       └── ./dist/partials/profile-form.html
├── ./dummyData.json
├── ./index.html
└── ./src
    ├── ./src/controllers
    │   ├── ./src/controllers/donor.list.ctrl.ts
    │   ├── ./src/controllers/profile.confirm.ctrl.ts
    │   └── ./src/controllers/profile.form.ctrl.ts
    ├── ./src/directives
    │   ├── ./src/directives/cardInfo.ts
    │   ├── ./src/directives/currency.ts
    │   └── ./src/directives/phoneNumber.ts
    ├── ./src/main.ts
    ├── ./src/route.ts
    ├── ./src/services
    │   ├── ./src/services/currencyUtil.ts
    │   ├── ./src/services/dataService.ts
    │   ├── ./src/services/objUtil.ts
    │   └── ./src/services/phoneUtil.ts
    └── ./src/typings
        └── ./src/typings/main.d.ts

dist Has all the compiled and static hosted content

src Has all the readable source code.To explore start from main.ts

setup

  • execute the following commands to compile
    • npm install
    • bower install
    • grunt

If you feel the code is vilify,do raise issue would be happy to learn. :)

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.