Skip to content

GoStack Bootcamp Challenge to test React Native concepts 2020

License

Notifications You must be signed in to change notification settings

yarapolana/concepts-of-react-native

Repository files navigation

Description

This is the code challenge for concepts of react native from Rocketseat's GoStack Bootcamp. Here you will find basic functionalities with fetching information with axios and interacting with it, and execute tests using jest.


How to use

  #  clone this repository
  git clone <link>

  #  install dependencies
  yarn

  #  for running in iOS
  npx pod-install ios

  #  start application
  yarn ios or yarn android

  #  test away =)
  yarn test

Available tests

Test Description Status
should add a like to the like counter of the repository This should allow when pressing the button curtir (which means like) the number of likes should be added to the repo and incremented visually to the user.

Available functionalities

Functionality Description
Get repositories Should fetch and display a list of all repositories from the api, with title, tech and number of likes. Likes should have this format {repository.likes} likes to make the number dynamic.
Like a repository Should like a repository listed, visually incrementing the number of likes.

Has this helped you?

Please leave a 🌟 and show this developer some support 🥳.



License:

This project is made available under the MIT LICENSE.

Authors:

About

GoStack Bootcamp Challenge to test React Native concepts 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published