Skip to content

monarcode/wryt-app-hng

Repository files navigation

Sketch Pad App | Wryt-App-hng

Overview

This is app that helps you make quick sketches, with differnt colors, different stroke size and a good drawable canvas. you can save, edit and delete each sketch.

Features

  • Sketches
  • CRUD Operations
  • Changing stroke width and color

Setup Instructions

Prerequisites

  • Node Js & npm/yarn: Ensure you have Node.js and npm/yarn installed.
  • Android Studio: You will need android studio, since it contains some native packages.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/wryt-app-hng.git
    
    cd wryt-app-hng
  2. Install dependencies:

    npm install
    
    yarn install  
  3. Start the Expo development server (Prebuild):

    npx expo prebuild --platform android
    
    npx expo run:android
  4. Open the app in an emulator.

Building the Android App

  1. Login to Expo account:

    eas login
  2. Configure EAS for your project:

    eas build:configure
  3. Build the Android app:

    eas build --platform android --profile development --local

Downlaod the apk File

https://drive.google.com/drive/u/0/folders/1BvKKsX-JCsdy-4DFkpdXnbPZ9YnXVpjy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published