Skip to content

manideepk90/Scratch-Re-Native

Repository files navigation

Welcome to Scratch-Re-Native 👋

Scratch Re Native is a React Native app that clones the functionality and design of the Scratch website. It offers a familiar interface and features for creating interactive stories, games, and animations, just like the original Scratch platform.

Features

  • Block-Based Coding: Drag and drop code blocks to create scripts.

  • Sprites and Costumes: Add and customize sprites with various costumes.

  • Interactive Canvas: Drag and drop actions onto the canvas to build your project.

  • Events and Control: Utilize events and control blocks to make your projects interactive.

Design and Demonstration

  • Figma Design: View the app design on Figma
  • Video Demonstration: Watch a video demonstration of the app [here](

)

Getting Started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.