The goal of this project is to simulate a Software development process through the creation of a COVID-19 tracking application. The main objective of this application is to :
- Help patients with symptoms get assessed by a Doctor
- Track patient's health status
- Provide Doctor appointments
- Provide statistics on registered patients
Github ID | Name |
---|---|
kikkiii21 | Judith Lombardo |
klivree | Meline Deneuve |
antistarM | Ma-Ya McRae |
guaj | Jasmin Guay |
LucasCatchlove | Lucas Catchlove |
mnashat | Mahmoud Elsayed |
alinekurkdjian | Aline Kurkdjian |
eyalthepal | Eyal Azimov |
- open a terminal a change directory to the one you prefer to clone the project.
- Run the following command to copy the github project
- git clone https://github.com/guaj/covidtrackingapp.git
- download the aws-credentials from the discord server and paste it in the root of the src folder
Once you havew installed the project, you need to install all the dependencies with the following command
- install React packages and dependencies: npm install
Run the app on the following website: https://main.d1mmulvvzymdin.amplifyapp.com/
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.