Git Product home page Git Product logo

itsp-task's Introduction

ITS Partner Task

Dependency Status devDependency Status

A test for the application for a job in ITS Partner.

Create a single page application with React, that allows the user to select the time interval and see a graph of the specified currency.

Task

Used tools

  • Jetstream -- my personal Gulp project template. Not yet integrated with Yeoman, so everything was updated by hands. Jetstream includes:
    • Gulp
    • webpack
    • Babel
    • PostCSS
    • BrowserSync
  • React
  • Chart.js
  • lodash (debounce)
  • xml2js

Features

  • As you can see, React components uses the class. Other entities uses plain old function and composition. Classes are not good, but since we are using Babel and React, we should write it that way.
  • jQuery and YQL are used for all cross-domain GET requests.

Install

Before building the project, you must install Node.js with npm first. You may also want to simplify project build or run, so just install gulp globally:

npm install -g gulp

After preparations are completed, proceed with the following steps:

# Step 1: Clone the itsp-task repository
git clone https://github.com/edloidas/itsp-task.git
# Step 2: Navigate to the cloned repository
cd itsp-task
# Step 3: Make sure to properly install all dependencies
npm install
# Step 4: Run production build
npm run production

Instead of the npm run production you can run development build, which will also give you some developer tools (sourcemaps and BrowserSync) and will not do optimizations to the code:

# Development build can be run like this
npm run gulp
# ... or this (without BrowserSync)
npm run development

IIS Express: Deploy and Run

Read the IIS Express for further details.

Licence

MIT License

itsp-task's People

Contributors

edloidas avatar

Watchers

James Cloos avatar

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.