Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Golden Memory
Disposable Camera to capture your lovely life movements 😊
Hello world

Golden Memory is an Expo app for capturing disposable-camera-style moments from everyday life.

## Features

- Built with Expo and React Native.
- Runs on Android, iOS, and web through the standard Expo scripts.
- Uses a minimal app structure so contributors can quickly start iterating.

## Requirements

- Node.js
- npm
- Expo CLI through `npx expo`

## Getting Started

Install dependencies:

```sh
npm install
```

Start the development server:

```sh
npm start
```

Run a platform-specific target:

```sh
npm run android
npm run ios
npm run web
```

## Project Structure

- `App.js` - main React Native application entry.
- `app.json` - Expo app configuration.
- `assets/` - static app assets.
- `package.json` - project metadata, scripts, and dependencies.