Skip to content

A simple react native application implemented to interact with Covid-19 data API

License

Notifications You must be signed in to change notification settings

akmalahmed525/CovidDataSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Data SL

RN CI

App Icon

A simple application to visualize Covid-19 data


Setup Procedure

Follow the React Native CLI environment setup

1. Increase the amount of inotify watchers via the command below

  • for Debian/Redhat based distros.
    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  • for ArchLinux distros.
    echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system

2. Clone the repository in your desired location

    git clone [email protected]:akmalahmed525/CovidDataSL.git

3. Install the nvm to manage a consistent nodejs environment

  • Follow this link to install the nvm
  • Install the yarn package manager

4. Install the dependencies

    cd CovidDataSL && yarn

5. Create an .env file in the root directory by running the command below

    cp .env.example .env

6. Run the metro server

    yarn start

7. Connect a device/emulator & Run the command below

    yarn android

Note: The command install the development version of the app in the connected device.

Screenshots

About

A simple react native application implemented to interact with Covid-19 data API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published