diff --git a/README.md b/README.md index dbd05de3..d9d40f39 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,40 @@ | -## MeteoApp Screenshots +## MeteoApp Screenshots (RĂ©alisatons) Accueil | Page Detail | Page Favoris | Liste Favoris :-------------------------:|:-------------------------:|:-------------------------:|:-------------------------: | | | + +## Notation checklist + +* [x] Documentation (6 pts) + - [x] Application sketches (4 pts) + - [x] A Readme describing your project/application. (2 pts) +* [x] Basics (20 pts (- 2)) + - [x] Navigation (3 pts) + + [x] Tab bottom navigation (2 pts) AND at least one button (1 pts) + - [x] Redux Store (10 pts) + + [x] Read data from redux store (2 pts) + + [x] Update data to redux store with actions and reducers (slice = 0) (4 pts) + + [x] Update data to redux store using redux-thunk (API AND|OR AsyncStorage) (4 pts) + - [x] Display list of items (2 pts) + + [x] FlatList or VirtualizedList or SectionList + - [x] Display dynamic image (2 pts) + - [x] Binding child component props (1 pts) + - [x] Handle a TextInput correctly (2 pts) + + [x] Beware of keyboard management +* [x] Application features (14 pts (- 2)) + - [x] Retrieve data using the Web API (6 pts) + + [x] Handle fetch success callback (3 pts) + + [x] Handle fetch error callback (3 pts) + - [x] Store favorite data into phone storage (2 pts) + - [x] Write Tests (6 pts (- 1)) + + [x] all actions payload (1 pts) + + [x] all reducers case (2 pts) + + [-] one UI Component (3 pts) + ### Installation ```