At Med_di_dat,we believe in digital future of healthcare in India. + We believein a future in which no one will have to carry their medical records. + Every medical record from medical reports to doctor's prescription will be digitalized. +
+This idea first came up during HACKIIITV2019.
+Vikash Kumar
+Prem Shanker Jilella
+Preeti Yadav
+Prakhar Gupta
+Saurabh Tiwari
+Contact
+ ) +} + +export default contact; \ No newline at end of file diff --git a/Team#9-{Health care and Biomedical divices}/src/components/Error.js b/Team#9-{Health care and Biomedical divices}/src/components/Error.js new file mode 100644 index 00000000..b46d918a --- /dev/null +++ b/Team#9-{Health care and Biomedical divices}/src/components/Error.js @@ -0,0 +1,9 @@ +import React from 'react'; + +const error = () => { + return( +We got some error !!
+ ) +} + +export default error; \ No newline at end of file diff --git a/Team#9-{Health care and Biomedical divices}/src/components/Home.js b/Team#9-{Health care and Biomedical divices}/src/components/Home.js new file mode 100644 index 00000000..e50627cc --- /dev/null +++ b/Team#9-{Health care and Biomedical divices}/src/components/Home.js @@ -0,0 +1,21 @@ +import React from 'react'; +import NewForm from './NewForm'; + +import Postdata from './Postdata'; + +const home = () => { + + + + + return( +Home
+