This is my attempt at the PHP JavaScript Developer Test. This took a little over 2 hours to complete.
- Download the contents onto a LAMP server of your choice. PHP and MySQL required.
- Run
npm installto install all required Node dependencies. - Copy the contents of /core/example.config.php into /core/config.php and update MySQL info as suited.
- Import /core/users.sql into your MySQL database.
- Done. The app is ready to run.
- 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.