GithubHelp home page GithubHelp logo

chroline / absurd-anecdotes Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 4.0 2.94 MB

๐Ÿคฃ Create funky fill-in-the-blank stories!

JavaScript 2.16% Starlark 3.10% Java 13.22% Objective-C 6.05% Ruby 2.79% TypeScript 72.68%

absurd-anecdotes's Introduction

Absurd Anecdotes!


runs with expo built with words-aas built with madlibs-api License: MIT


๐Ÿคฃ Create funky fill-in-the-blank stories! ๐Ÿคฃ


๐ŸŽฅ Tutorials

This app was built as an educative tool for working with the expo-in-app-purchases package and Expo Application Services (EAS). I created 2 videos to go along with this app:

๐Ÿง‘โ€๐Ÿ’ป Tech stack

Absurd Anecdotes! is built with Expo and React Native, and uses Typescript for a type-safe codebase.

Here's a condensed list of important packages used by the app:

  • expo-in-app-purchases โ€” handles in-app purchases
  • @react-native-async-storage/async-storage โ€” stores persistent data to the user's device
  • @react-navigation/native โ€” built-in native navigation
  • react-native-paper โ€” stylish, customizable component library

๐Ÿš€ Getting the app up and running

Installation steps

  1. Clone this GitHub repo.
    git clone https://github.com/chroline/absurd-anecdotes.git
  2. Install the necessary packages.
    yarn install
    # or
    npm install
  3. Install the necessary CocoaPod Pods.
    npx pod-install
  4. Make sure you have the Expo CLI installed.

Now your app should be ready to run!

Running the app

There are a few different methods you can use to test-run this app.

Expo Go

You can run this app in Expo Go by running:

expo start

Note that in Expo Go, in-app purchases won't work.


Local build

The most straight-forward way to run your app on a device is with the expo run command.

Simply run:

expo run:ios -d
# or
expo run:android -d

to run your app on a device.


Internal distribution

With EAS Build, you can run your app on your device without Expo Go, giving you full access to native code. To do so, first make sure you have the EAS CLI installed. Then, log into your Expo user account with eas login.

If you're on iOS, you'll have to register your device for EAS with eas device:create. Read the QR code with your phone's camera and install the provisioning profile.

To build the app for internal distribution, run:

eas build -p ios --profile development
# or
eas build -p android --profile development

When the build is completed, scan the QR Code to install "Absurd Anecdotes!"

absurd-anecdotes's People

Contributors

chroline avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

absurd-anecdotes's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.