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.\
- Realtime search input
- Filter by tags
- Get tag suggestions from recipe list
- Fetch recipes from a JSON file
- Use Webpack to bundle the code
npm install
npm run serve
npm run build