https://github.com/robwalkerco/nodeconfrn
NodeConf 2023 React Native Workshop Idea
https://github.com/robwalkerco/nodeconfrn
Last synced: about 2 months ago
JSON representation
NodeConf 2023 React Native Workshop Idea
- Host: GitHub
- URL: https://github.com/robwalkerco/nodeconfrn
- Owner: robwalkerco
- Created: 2023-10-15T20:04:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T10:41:31.000Z (over 2 years ago)
- Last Synced: 2025-10-25T23:11:16.572Z (8 months ago)
- Language: JavaScript
- Size: 614 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop Steps
1. [Step 1](/step1)
> **Objectives**:
> - Setup an Expo app
> - Add all dependencies
> - Add the game math using a pre-build hook
> - Setup the game area and a static ball
2. [Step 2](/step2)
> **Objectives**:
> - Allow the ball to be controlled by tilting the device
3. [Step 3](/step3)
> **Objectives**:
> - Add a target at a random position (No collision detection yet though)
4. [Step 4](/step3)
> **Objectives**:
> - Add collision detection between the target and the ball
> - Trigger haptic feedback when the ball collides with the target
5. [Step 5](/step5)
> **Objectives**:
> - Keep track of the score
> - Speek the score out loud
> - Allow the score to be reset