Tic Tac Toe iPhone app
  • TypeScript 88.8%
  • JavaScript 9.7%
  • CSS 1.5%
Find a file
2026-06-02 22:47:45 +02:00
.claude Initial commit 2026-06-01 22:21:25 +02:00
.vscode Initial commit 2026-06-01 22:21:25 +02:00
assets Initial commit 2026-06-01 22:21:25 +02:00
scripts Initial commit 2026-06-01 22:21:25 +02:00
src chore(theme): merge main — use useTheme() for light/dark-aware colors 2026-06-02 22:46:53 +02:00
.gitignore Initial commit 2026-06-01 22:21:25 +02:00
AGENTS.md Initial commit 2026-06-01 22:21:25 +02:00
app.json feat(navigation): add Instructions tab and make screens theme-aware 2026-06-02 22:41:32 +02:00
CLAUDE.md docs(claude): add project overview, stack, commands, and git workflow 2026-06-02 21:57:26 +02:00
LICENSE Initial commit 2026-06-01 22:21:25 +02:00
package-lock.json Initial commit 2026-06-01 22:21:25 +02:00
package.json feat(navigation): add Instructions tab and make screens theme-aware 2026-06-02 22:41:32 +02:00
README.md Initial commit 2026-06-01 22:21:25 +02:00
theme.ts chore(theme): centralize design tokens into theme.ts 2026-06-02 22:28:13 +02:00
tsconfig.json Initial commit 2026-06-01 22:21:25 +02:00

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get 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.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Other setup steps

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.