Skip to content

A project to practice tests on React Native, using React Native Testing Library and Jest.

Notifications You must be signed in to change notification settings

willerrodrigo/TVmaze

 
 

Repository files navigation

React Native TVMaze App

This is a React Native App to show information about TV series. The data are fetch from TVMaze API.

Setup Environment

Project created with React Native CLI. See official docs to set up the environment.

Run

Install dependencies

yarn

Install IOS Pods

cd ios && pod install

Run IOS

yarn ios

Run Android

yarn android

🛠 Tech and Libraries

App Screenshots

Android IOS
Home Screen
Favorite Screen
Show Details
Show Seasons
Episode Details
Drawer Menu

About

A project to practice tests on React Native, using React Native Testing Library and Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 32.2%
  • HTML 29.5%
  • Java 11.8%
  • JavaScript 10.9%
  • C++ 5.0%
  • CSS 3.9%
  • Other 6.7%