Skip to content

SOEN390 Project (Covid Tracking Website for Government Use)

Notifications You must be signed in to change notification settings

mnashat/covidtrackingapp

Repository files navigation

Covid-19 Tracking App Build Status

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

Contributors

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

How to set up the project.

  • 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/

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

SOEN390 Project (Covid Tracking Website for Government Use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 2.3%
  • Other 0.7%