You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Augustin AFFOGNON 8b74041600
continuous-integration/drone/push Build is passing Details
Mise à jour de 'README.md'
1 year ago
Documentation correction 1 year ago
Meteo Color Dynamic 1 year ago
.drone.yml correction 1 year ago
.gitignore correction 1 year ago
README.md Mise à jour de 'README.md' 1 year ago
package-lock.json Test 1 year ago
package.json Test 1 year ago

README.md

Build Status

Projet

Application native de météo

  • Les données méologiques recupérées via une api WEATHER API

  • La persistance avec AsyncStorage

MeteoApp Sketch

Accueil Page Detail

MeteoApp Screenshots (Réalisatons)

Accueil Page Detail Page Favoris Liste Favoris

Notation checklist

  • Documentation (6 pts)
    • Application sketches (4 pts)
    • A Readme describing your project/application. (2 pts)
  • Basics (20 pts (- 2))
    • Navigation (3 pts)
      • Tab bottom navigation (2 pts) AND at least one button (1 pts)
    • Redux Store (10 pts)
      • Read data from redux store (2 pts)
      • Update data to redux store with actions and reducers (slice = 0) (4 pts)
      • Update data to redux store using redux-thunk (API AND|OR AsyncStorage) (4 pts)
    • Display list of items (2 pts)
      • FlatList or VirtualizedList or SectionList
    • Display dynamic image (2 pts)
    • Binding child component props (1 pts)
    • Handle a TextInput correctly (2 pts)
      • Beware of keyboard management
  • Application features (14 pts (- 2))
    • Retrieve data using the Web API (6 pts)
      • Handle fetch success callback (3 pts)
      • Handle fetch error callback (3 pts)
    • Store favorite data into phone storage (2 pts)
    • Write Tests (6 pts (- 1))
      • all actions payload (1 pts)
      • all reducers case (2 pts)
      • [-] one UI Component (3 pts)

Installation

$ npm install

Local Development

$ npm start

Author :

  • Augustin AFFOGNON