Skip to content

Commit 014e905

Browse files
committed
Update README.md
1 parent 01263da commit 014e905

1 file changed

Lines changed: 18 additions & 24 deletions

File tree

README.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
# Welcome to your Expo app 👋
1+
# Welcome to Scratch-Re-Native 👋
22

3-
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.
44

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
621

722
1. Install dependencies
823

@@ -25,26 +40,5 @@ In the output, you'll find options to open the app in a
2540

2641
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
2742

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
4643

47-
Join our community of developers creating universal apps.
4844

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

Comments
 (0)