An open API service indexing awesome lists of open source software.

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

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