This project is a simple website to gather basic radiology questions translated into French, English & Spanish.
I did this project first of all to answer a request from a friend working in the medical field, and who needed this kind of tool to communicate with patients who don't speak French. And also to train and work on a first project as part of my training as a web developer.
In this web application, you can first choose the type of medical examination you want. And then choose the language in which to ask your different questions.
Project is created with:
- React version: 18.2.0
- Sass version: 1.54.0
- Semantic-ui-css: 2.4.1
To run this project, install it locally using npm:
git clone [email protected]:Alexandre-Monney/radiology-questions.git
cd radiology-questions
npm install
npm start
I would like to thank neolectron, who helps me every day to become a better developer, and more generally serves as my mentor in this field.