A mobile app that helps you choose random episodes of The Big Bang Theory to watch, so you don't have to decide every time you want to enjoy the show.
- Select a random episode of The Big Bang Theory with one tap.
- React Native: For building the cross-platform mobile app.
- Expo: For easy development and testing.
- TypeScript: For type safety and better code maintainability.
- JSON: To store episode data and metadata.
- Set up the basic project structure using Expo and React Native.
- Implement the logic to load episodes from a JSON file.
- Create a random episode selection feature.
- Improve the design for the initial features.
- Add Welcome Screen for the App
- Implement a login functionality.
- Add functionality to mark episodes as watched.
- Implement a favorites feature to save preferred episodes.
- Add a search feature to find episodes featuring specific people, such as Elon Musk or Sheldon's mother.
- Clone the repository:
git clone https://github.com/felipecepluki/bazinga-picks.git
- Install the dependencies:
npm install
- Run the App:
npx expo start