You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
3
+
Scratch Re Native is a React Native app that clones the functionality and design of the [Scratch](https://scratch.mit.edu) website. It offers a familiar interface and features for creating interactive stories, games, and animations, just like the original Scratch platform.
4
4
5
-
## Get started
5
+
## Features
6
+
7
+
-**Block-Based Coding**: Drag and drop code blocks to create scripts.
8
+
9
+
-**Sprites and Costumes**: Add and customize sprites with various costumes.
10
+
-**Interactive Canvas**: Drag and drop actions onto the canvas to build your project.
11
+
-**Events and Control**: Utilize events and control blocks to make your projects interactive.
12
+
13
+
## Design and Demonstration
14
+
15
+
-**Figma Design**: View the app design on [Figma](https://www.figma.com/design/rZpK5EiqN6c5zDOnyEZBm1/Scratcher?node-id=0-1&t=1mtq8sMHk3hak7jG-1)
16
+
-**Video Demonstration**: Watch a video demonstration of the app [here](
17
+
18
+
)
19
+
20
+
## Getting Started
6
21
7
22
1. Install dependencies
8
23
@@ -25,26 +40,5 @@ In the output, you'll find options to open the app in a
25
40
26
41
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
27
42
28
-
## Get a fresh project
29
-
30
-
When you're ready, run:
31
-
32
-
```bash
33
-
npm run reset-project
34
-
```
35
-
36
-
This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.
37
-
38
-
## Learn more
39
-
40
-
To learn more about developing your project with Expo, look at the following resources:
41
-
42
-
-[Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
43
-
-[Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
44
-
45
-
## Join the community
46
43
47
-
Join our community of developers creating universal apps.
48
44
49
-
-[Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
50
-
-[Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.
0 commit comments