Skip to content

React Native-based Github Issue Tracker ⚛️. Uses code-quality best-practices, full static type checking and 100% test coverage! 😱

Notifications You must be signed in to change notification settings

iuliuvisovan/github-issue-tracker

Repository files navigation

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.

About

React Native-based Github Issue Tracker ⚛️. Uses code-quality best-practices, full static type checking and 100% test coverage! 😱

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published