Git Product home page Git Product logo

razorfish's Introduction

Razorfish-widgets

Demo.

Tasks
  1. Build 2 widgets
  2. Should work in all major standard browsers and devices
  3. One widget should include some sort user interaction with JS (click handler, hides/shows things)
  4. JavaScript, CSS, and HTML is best.
  5. Comment your code cleanly and concisely, following standard conventions.
  6. Consider using a Google font for styling purposes.
  7. Create appealing interactions and styling for those widgets (hover effects, animations, transitions, etc.).
  8. Consider the responsive needs of your users.
  9. Provide the content for your widgets from an external JSON file.

Using technologies and libraries

angularjs, nodejs, expressjs, socket.io, CSS, lodash, momentjs, angular-material, angular-animate, google chart apis, jquery, bootstrap, ng-file-upload, angular-socialshare, angular-notification bar, multer, file-type, filechunk, async.

First widget(Real time stock chart)

####### Capabilities

  1. Basically two different chart are added.
  2. First one is line graph shows the values of stock(updating itself per 2 seconds).
  3. Used web socket to update the graph. (but I could not find free live json for values. So, It has been creating randomly.)
  4. Comparing consecutive values in graph. When there is an increase or decrease, graph ui is changing.
  5. Second one is column graph shows the values of stock(same purpose with first one.)
  6. Also secondly change rate can be seen on right bottom.

Second widget(Dynamic file uploader).

  1. User can upload files or share them on twitter.
  2. 2 charts are included: donut graph and column graph.
  3. First tab shows file type size in the storage(audio, photo and video).
  4. Second tab shows the file counts in the storage.
  5. After files dynamically added, ui is updating.
  6. Error check control are defined.
  7. File upload progress can be seen during uploading(then disappearing).
  8. Used REST(express) api to communicate with back-end.
  9. Size and counts are calculated correctly per upload.

General features

  1. Responsive design
  2. Dynamic ui
  3. Error checks
  4. User friendly.
  5. Maintainable.
  6. Commented code design.

####### Screenshots

razorfish's People

Contributors

semihgk avatar

Watchers

James Cloos avatar  avatar

razorfish's Issues

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.