https://github.com/sturdy-dev/codeball-todo-mvc
https://github.com/sturdy-dev/codeball-todo-mvc
codex openai openai-codex
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sturdy-dev/codeball-todo-mvc
- Owner: sturdy-dev
- Created: 2022-08-22T16:43:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T07:07:36.000Z (over 3 years ago)
- Last Synced: 2025-06-14T15:01:54.429Z (9 months ago)
- Topics: codex, openai, openai-codex
- Language: Svelte
- Homepage: https://todo.codeball.ai/
- Size: 52.7 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeball Todo MVC
Hey, this repository tracks the development of "CodeballMVC". A TodoMVC-like application built entirely with Codeball
and OpenAI Codex, using instructions such as:
> Add a /tasks endpoint listing all tasks in a sqlite database
and
> Update the add() method to return the id of the task created
The entire generated file is in `app.py`, and a new version of the file is created after every prompt.