Skip to content

gsebdev/Les-petits-plats

Repository files navigation

Les-petits-plats

Description

This project was carried out as part of an openclassrooms training course.
The aim was to develop in JS a fluid, high-performance search engine for recipes.
Compare Array Methods and For loops performance i nseparate branches.\

Features

  • Realtime search input
  • Filter by tags
  • Get tag suggestions from recipe list
  • Fetch recipes from a JSON file
  • Use Webpack to bundle the code

Demo

See Demo

Usage

Install dependencies

npm install

Development server

npm run serve

Build bundle

npm run build

Releases

No releases published

Packages

No packages published