Git Product home page Git Product logo

webdeveloper-test's Introduction

Web Developer Test

You have

  • data.json which contains a product list (fields described below)
  • EURO as currency for price fields ( € )
  • index.php as entry point

You can

  • Add any .css/.js file you want
  • Import or use any libraries you want as long as you add reference to them
  • Use the following languages: JS, PHP
  • Make mistakes
  • Fork/Star/Download this repository and create pull requests for test improvements
  • Be creative

You must

  • Build a search script that traverse data.json and returns search results based on input
  • Build a basic interface (HTML/CSS) that uses the script above and outputs results

You may consider (optional but grants extra XP points)

  • Build or use an advanced searching algorithm
  • Search script still returns results even if you have spelling errors
  • Search script returns related results if nothing is found for user's input
  • Interface has working filters based on fields
  • Interface has working sorting options
  • Search and show results without leaving or refreshing the page
  • Store user's recent searches
  • Clean coding style

data.json Fields explanation

Field Type Description
aname string Artist Name (you can treat it as manufacturer/brand)
pname string Product Name
pdesc string Product Description
sku string Product Code
url string Product URL
img, img_* string Product main image with various dimensions
all_images array All product images listed as array
lot_nr numeric Lot number (you can treat it as ordering number)
lot_emin numeric Informative price meaning "Minimum Estimate"
lot_emax numeric Informative price meaning "Maximum Estimate"
lot_est string Concatenation of lot_emin and lot_emax
auction string Product category

License

License

Art Games - Web Developer Test by ART GAMES is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Contributors

Author

webdeveloper-test's People

Contributors

akizor avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.