Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 775 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 775 Bytes

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