https://github.com/jream/movie-api-php
Just an interview demo test.
https://github.com/jream/movie-api-php
Last synced: over 1 year ago
JSON representation
Just an interview demo test.
- Host: GitHub
- URL: https://github.com/jream/movie-api-php
- Owner: JREAM
- Created: 2022-07-01T06:14:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T19:46:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T04:08:28.051Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Quick overview of the mini-app.
- **Used**
- Bootstrap 5
- jQuery _(Been a while)_
- PHP 8.1.7 (Vanilla)
- _A few things are type hinted, shouldn't be a problem in PHP 7.x.x_
- **Instructions**
- `/api/search.php` has the DB analytics insert.
- Comments were left to skip testing.
- `sqldump.sql` is available to test SQL if needed.
- **Bugs**
- I have no idea why the `X` on the modal refuses to close it, adding a button with `data-bs-dismiss` wasn't working either but I didn't want to spend too much time over a little thing. _(Just click outside the modal)_
- **Purposely Avoided** _(For the sake of this test)_
- Composer (Any Libraries/Utils/Frameworks)
- NodeJS (Any Bundlers/Vite/ES6/React)
- Theming Bootstrap (Not what this is about)
- **Notes**
- Did not go wild making it look pretty, only functional. I prefer SCSS but CSS decent when using `:root {}` and `var(--name)`.
- Folder structure and files are probably not how I'd imagine doing a real project with more planning.
- I was going to grab some fancy trinkets from `codepen.io` to save time to look cool but that's kind of cheating.
- I really don't like having all that javascript in one file _(why I like bundlers)_, for just a few features it gets so messy!
Thanks for your consideration!
Jesse Boyer.