From 3c16f914db01c4135cecab87a7857e19d590e594 Mon Sep 17 00:00:00 2001 From: Augustin AFFOGNON Date: Mon, 26 Jun 2023 00:00:20 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 295eee15..0f77cc7e 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ | -## MeteoApp Screenshots (Réalisatons) +## MeteoApp Screenshots (Réalisations) Accueil | Page Detail | Page Favoris | Liste Favoris :-------------------------:|:-------------------------:|:-------------------------:|:-------------------------: | | | -## Exploication +## Explication * Accueil - Affichage de la liste des météos par ville, @@ -68,6 +68,30 @@ + [x] all reducers case (2 pts) + [-] one UI Component (3 pts) +## Directory Structure +``` +source +│ +└───Meteo + │───Components + | + │───Data + │ + | + │───redux + | │──actions + | │──reducers + | │──store.ts + | └──constants.ts + | + │───Screens + | + | + │───tests + | + └───thunk + +``` ### Installation ```