From ce427536c30e0bd0cc8eba936c3d39a1f2ec18e5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 11 Nov 2021 18:33:02 +0100 Subject: chore: add angular small apps to projects list (only recipes for now) --- src/js/config/projects.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/js') diff --git a/src/js/config/projects.js b/src/js/config/projects.js index 53f1af8..47fee59 100644 --- a/src/js/config/projects.js +++ b/src/js/config/projects.js @@ -159,6 +159,26 @@ const projects = [ ], technologies: ['React', 'React router'], }, + { + id: 'recipe', + name: 'Recipes', + description: { + en: 'Create your recipes list. Edit existing recipes and/or search for new recipes.', + fr: 'Créez votre liste de recettes. Éditez les recettes existantes et/ou chercher de nouvelles recettes à ajouter.', + }, + path: './projects/angular-small-apps/recipes/dist/recipes/', + repo: [ + { + name: 'Github', + url: 'https://github.com/ArmandPhilippot/angular-small-apps/tree/main/recipes', + }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/angular-small-apps/-/tree/main/recipes', + }, + ], + technologies: ['Angular', 'Typescript'], + }, { id: 'rps-game', name: 'Rock Paper Scissors', -- cgit v1.2.3