diff --git a/README.md b/README.md index 19ae24b..e12fb78 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,37 @@ This project contains the components developed for a mobile app within the Waterproofing Data Project - WPD-WP6. +# Tech stack +* [React Native](https://reactnative.dev/) +* [Expo](https://docs.expo.io) + +# Folder Structure Convention + +> Folder structure options and naming conventions for this project + +### Directory layout +``` +. +├── LICENSE # License description file +├── README.md +└── src + ├── App.js + ├── app + │   ├── assets + │   ├── components + │   ├── config + │   ├── hooks + │   ├── navigation + │   └── screens + ├── app.json + ├── babel.config.js + ├── package-lock.json + ├── package.json + ├── web-build + │   └── register-service-worker.js + └── yarn.lock +``` + ## Setting up $ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git