Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 681 Bytes

Les petits plats

Les petits plats is a school project signed OpenClassrooms which aims to develop a search algorithm in Javascript.

The project is available here on Github Pages.

Goals

The goal of this project is to

  • Develop a search by text input
  • Develop a search by tags
  • Choose the best algorithm implementation (with the help of JSben.ch)
  • Carry out the project without any librairies

What was done

  • Object oriented programming
  • Integration of the models provided
  • Implementation of text search
  • Implementation of tag searches
  • W3C HTML and CSS validation