Full Code of coyer1986/react-todo-app for AI

main 8427507d1fa5 cached
3 files
129 B
139 tokens
1 symbols
1 requests
Download .txt
Repository: coyer1986/react-todo-app
Branch: main
Commit: 8427507d1fa5
Files: 3
Total size: 129 B

Directory structure:
gitextract_7u_swvds/

├── README.md
├── package.json
└── src/
    └── App.js

================================================
FILE CONTENTS
================================================

================================================
FILE: README.md
================================================
# Todo App

================================================
FILE: package.json
================================================
{"name":"todo","dependencies":{"react":"^18.2.0"}}

================================================
FILE: src/App.js
================================================
import React from 'react';
function App() { return <div>Todo</div>; }
Download .txt
gitextract_7u_swvds/

├── README.md
├── package.json
└── src/
    └── App.js
Download .txt
SYMBOL INDEX (1 symbols across 1 files)

FILE: src/App.js
  function App (line 2) | function App() { return <div>Todo</div>; }
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (0K chars).
[
  {
    "path": "README.md",
    "chars": 10,
    "preview": "# Todo App"
  },
  {
    "path": "package.json",
    "chars": 50,
    "preview": "{\"name\":\"todo\",\"dependencies\":{\"react\":\"^18.2.0\"}}"
  },
  {
    "path": "src/App.js",
    "chars": 69,
    "preview": "import React from 'react';\nfunction App() { return <div>Todo</div>; }"
  }
]

About this extraction

This page contains the full source code of the coyer1986/react-todo-app GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (129 B), approximately 139 tokens, and a symbol index with 1 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!