Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 515 Bytes

File metadata and controls

9 lines (7 loc) · 515 Bytes

YouTube Clone in React Native

This is a YouTube clone built using React Native with class components. It features the basic functionalities of YouTube and a user-friendly interface. The project is tested using React Native Testing Library and Jest (37 test cases). Technologies Used

  • React Native: Framework for building the mobile app.
  • Class Components: Used for creating app components.
  • React Native Testing Library: For testing UI components.
  • Jest: For unit testing the app's logic and functionality.