Skip to content

teamkeel/Toodooey

Repository files navigation

Toodooey

A UI for the Keel example project. For more information follow along with our getting started tutorial.

Try it out at - https://toodooey.netlify.app/

Technologies

  • React
  • Vite
  • GraphQL
  • React Query
  • Tailwind

Running locally

npm i
npm run dev

Adding fields

  1. Update the schema url in codegen.yml to point at your GraphQL endpoint
  2. Update the queries in the src/graphql directory
  3. Run npm run generate (or npm run generate-watch to continuously watch for changes) to generate updated types for the data hooks
  4. New todo fields returned should render automatically or by updating src/components/Todo.tsx

About

A UI for the example todo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages