Globalized Epidemic Network for Enhanced Surveillance and Intervening Solutions
GENESIS is a comprehensive platform designed for tracking and intervening in global epidemic outbreaks. The project aims to provide enhanced surveillance and integrated solutions for managing disease outbreaks.
This repository contains the frontend development of the GENESIS project built using React. It focuses on building a user-friendly interface to interact with various features related to epidemic surveillance and solutions.
The project follows the structure outlined below:
GENESIS/
├── node_modules/
├── public/
│ ├── assets/
│ │ ├── apple-touch-icon.png
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── favicon.ico
│ │ ├── GENESIS transparent.png
│ │ ├── index.html
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ ├── manifest.json
│ │ ├── robots.txt
│ │ ├── site.webmanifest
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── Footer.js
│ │ ├── Header.js
│ │ ├── PageTransition.js
│ ├── pages/
│ │ ├── Dashboard.js
│ │ ├── Genesis.js
│ │ ├── Login.js
│ │ ├── Resources.js
│ │ ├── Signup.js
│ │ ├── Statistics.js
│ │ ├── SymptomChecker.js
│ ├── styles/
│ │ ├── Dashboard.css
│ │ ├── Footer.css
│ │ ├── Genesis.css
│ │ ├── Header.css
│ │ ├── Login.css
│ │ ├── PageTransition.css
│ │ ├── Resources.css
│ │ ├── Signup.css
│ │ ├── SymptomChecker.css
│ ├── App.js
│ ├── index.css
│ ├── index.js
│ ├── reportWebVitals.js
│ ├── setupTests.js
├── .gitignore
├── package-lock.json
├── package.json