A simple tool that provides you the overall staging in a simplified manner based on TNM Classification of Malignant Tumours, 8th Edition for these cancer types:
- Breast (Clinical and Pathological)
- Prostate
- Colon and Rectum
To run this project in the development mode, you'll need to have a basic environment to run a React-Native App, that can be found here.
Cloning the Repository
$ git clone https://github.com/gonuvem/TNMApp
$ cd TNMApp
Installing dependencies
$ yarn install
or
$ npm install
With the environment properly configured, you can now run the app:
Android
$ yarn android
iOS
$ yarn ios
- React-Native - Build the native app using JavaScript and React
- React-Navigation - Router
- ESlint - Linter
- Prettier - Code Formatter
- Babel - JavaScript Compiler
- Styled-Components - Styles
- React-Native-Async-Storage - Storage
- React-Native-Material-Menu - Menu Component
- React-Native-Modal - Modal Component