Todomi is a simple todo list made with React on Rails with Typescript, and features a drag-and-drop interface.
Features include:
- Account System across devices
- Subtasks
- Tags for tasks
- Deadlines
- Task sorting using a drag and drop interface
- Search
To try it out: todomi.herokuapp.com/
ruby
(v2.7.2)postgresql
(latest version)
- Install dependencies
bundle install
yarn install
- Setup database
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails db:seed
- Run application
bundle exec rails s