Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 803 Bytes

File metadata and controls

13 lines (11 loc) · 803 Bytes

PHP JavaScript Developer Test

This is my attempt at the PHP JavaScript Developer Test. This took a little over 2 hours to complete.

Installation / Usage

  1. Download the contents onto a LAMP server of your choice. PHP and MySQL required.
  2. Run npm install to install all required Node dependencies.
  3. Copy the contents of /core/example.config.php into /core/config.php and update MySQL info as suited.
  4. Import /core/users.sql into your MySQL database.
  5. Done. The app is ready to run.

Notes

  • This project uses Grunt to compile SASS and to minify CSS/JS files. Grunt is not required to run this app, however installation instructions available here.
  • pleeease.io was used for better cross-platform support.