danielmoreno510 / Schroders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schroders

This project was developed with react native (TypeScript)

Screen.Recording.2023-09-25.at.5.45.32.PM.mov

Run the project:

  • npm install

IOS

Install pod:

  • sudo gem install cocoapods

Run

  • cd ios
  • pod install
  • cd ..
  • npm run ios

To run the project in ios it is necessary to have xcode installed and configured

To get more data you need to put a github token, you can also get mock data

Git Commands:

To run lint:

  • npm run lint

To run the unit tests:

  • npm run test

To run the unit coverage (88%):

  • npm run coverage

To see the coverage, run the index.html file found in: coverage/lcov-report/

alt text

About


Languages

Language:TypeScript 51.8%Language:JavaScript 29.2%Language:Java 10.8%Language:Ruby 3.6%Language:Objective-C 3.5%Language:Objective-C++ 1.1%