Skip to content

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

Notifications You must be signed in to change notification settings

forrest57/StarGazer

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published