Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 3.7 KB

README.md

File metadata and controls

85 lines (57 loc) · 3.7 KB

CDC Connect

CDC Connect is a cross-platform mobile application built in React Native using JavaScript. The app is designed for data collection with a focus on surveys.

Getting Started

Follow these instructions to build and run the project.

Setup React Native

A detailed guide for setting up React Native can be found here.

Setup Project

  • Clone this repository using git clone https://github.com/ajnanmvr/cdc-connect.git.
  • cd into cdc-connect.
  • Run npm install to install project dependencies.

Running the app

Make sure you have a connected Android/iOS device or simulator, then run the following command to build and run the app in debug mode.

npx react-native run-android   # For Android
npx react-native run-ios       # For iOS

Features

Authentication

  • User authentication with login and signup functionality.

Data Collection

  • Authenticated users can add survey data.
  • Admin page to view collected data.

Survey Management

  • Surveys collect extensive data, which can be filtered and sorted.
  • Latest entries are prominently displayed.
  • Data is presented as tables and includes count and analysis.

Family Data Linking

  • Feature to add family data, linking and displaying it together.

Platform Compatibility

  • Usable on both Android and iOS devices.

Light and Dark Modes

  • The app supports both light and dark modes.

Screenshots

Light Mode

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

Dark Mode

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

Community

We welcome contributions and feedback. Feel free to open an issue.