Skip to content

konk303/task_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

task_list

Simple Task list APP

frontend

TypeScript: React + Apollo client + Chakra UI + React Router (via vite)

backend

Ruby: rails + graphql-ruby

features

  • List
    • editable
    • appendable
    • deletable
    • debounce on name edit
    • has_many :tasks
  • Task
    • editable
    • appendable
    • deletable
    • sortable
    • done goes bottom of the list
    • debounce on name edit

TODO

  • test
  • Introduce User, with authentication
    • User.has_many :lists

About

Simple Task list APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published