Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
/ sky_assessment Public archive

Repository to store my web application for the 2017 Sky graduate scheme coding assessment.

License

Notifications You must be signed in to change notification settings

sorsby/sky_assessment

Repository files navigation

Moodslider

This repository is for my Sky unattended coding assessment, following the brief located in the repository as assessment_brief.pdf

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Usage

You need npm and bower installed globally to run and test this project.

  • You need node installed for npm and install bower globally with npm install -g bower.

Install dependencies with npm install post completion a hook will run bower install for you.

  • Any issues with bower_components missing will require you to run bower install manually.

You may need to run npm install http-server -g to install and be able to run a local web server.

Once all pre-requisites are met you can run the project with either npm start or http-server -o and navigate to http://localhost:8000

Notes

  • Given more time I would implement some form of unit testing for the project.
  • I have observed a bug on Chrome on Mac and Edge on Windows whereby an uploaded file does not redirect immediately to the home page, on my test system running Chrome on Windows I have been unable to reproduce but given more time I would address this bug. For now you can just click the home button on the navbar.

Test Data

Test data is located in the directory test_data/ and contains a sample .xml file which can be uploaded to the web application.

Built With

Authors

  • Matthew Sorsby - All work - Sorsby

About

Repository to store my web application for the 2017 Sky graduate scheme coding assessment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published