Skip to content

Latest commit

 

History

History
101 lines (46 loc) · 1.96 KB

README.md

File metadata and controls

101 lines (46 loc) · 1.96 KB

Repo Cover image

https://www.meniuqr.ro/

https://www.touchfreemenu.ro/

GitHub Issue Tracker

Ready-to-use tracker for GitHub issues written in React Native.

Supports filters, sorting, pagination and bookmarks!


✨ Highlights

  • Cleanly separated view / state architecture

  • Full static typechecking

  • 100% test coverage


📃 Tech Stack


📂 Installation

  1. Clone the repository

    git clone https://github.com/iuliuvisovan/github-issue-tracker.git

  2. Move to project folder

    cd github-issue-tracker

  3. (if missing) Install Yarn

    npm install -g yarn

  4. Install dependencies

    yarn

  5. (if missing) Install Expo CLI

    npm install -g expo-cli


📱 Running

  • On an iOS simulator (MacOS + XCode installation needed):

    yarn ios

  • On an Android Emulator:

    yarn android

  • On your own phone (via the Expo Android/iOS app):

    yarn start, then wait for a QR code to show up in console. Scan it with your iOS/Android Camera app. It will prompt you to open it with the Expo Client app.


🧪 Testing

This app features testing using Jest and React Native Test Renderer.

  • Running the tests:

    yarn test

  • Running the tests & also updating the snapshots:

    yarn test -u

After running the tests, coverage information in HTML format is available in the ./coverage folder.