Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 506 Bytes

StarGazer

React native app that allows the user to insert a repo name and get its stargazers

Running

  • npx expo start

Testing

  • npm run test (jest --watchAll)

Entry point:

App.js or Home.js , but most likely Home

Project structure

  • App draws the routes found in pages/,
  • Components can be found in the homonimous folder
  • Tests are all in the root-level __tests__ folder, organized in the same manner
  • All Api and general logic is stored in the sharedLogic folder