GithubHelp home page GithubHelp logo

mafraqs / todoist-tribute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rohitpaulk/todoist-tribute

0.0 1.0 0.0 6.66 MB

:white_check_mark: Todoist clone, written in Rails + Vue

Home Page: http://thetuduapp.herokuapp.com/

Ruby 26.13% JavaScript 2.66% CSS 8.41% HTML 4.64% TypeScript 58.16%

todoist-tribute's Introduction

Imitation is the sincerest form of flattery.

This is a clone of the Todoist web-app.

Here's how it looks:

Visit a live instance to check it out!

You can also deploy your own copy to heroku:

Deploy

Installing locally

This is a standard Rails app, using webpacker to manage JS modules.

You'll need Ruby, bundler, yarn and Postgres installed. All the following steps are to be executed in the root directory of this repository.

  • Run bundle install to install the required Rubygems
  • Run yarn install to install the required NPM packages
  • Run createdb tudu_development to create a development database
  • Run rake db:migrate db:seed to create database schema and sample records
  • Run rails s to spin up the Rails dev server
  • Run ./bin/webpack-dev-server to spin up the webpack dev server

Hit localhost:3000 and you should be ready to go!

Running tests

  • Run createdb tudu_testing to create a testing database
  • Run rake test to run Ruby tests
  • Run yarn test to run JS tests

Under the hood

The backend is written in Ruby + Rails, and the frontend in Typescript + Vue.js.

A few interesting files to look at:

Current Status

  • Tasks
    • Creating tasks
    • Editing tasks
    • Completing tasks
    • Re-ordering tasks
    • Nested/indented tasks
  • Projects
    • Switching between project views
    • Creating projects
    • Editing projects
    • Re-ordering projects
    • Deleting projects
    • Color picker
  • Labels
    • Creating labels
    • Editing labels
    • Viewing tasks for a label
    • Rendering labels in task-item
    • Assigning labels via task-editor
  • Priorities
  • Due dates
  • Filters
  • Karma
  • Keyboard Shortcuts
    • Task List
      • a to open editor at bottom of list
      • A to open editor at top of list
    • Task Editor
      • Enter to create new task and open editor below
      • Esc to cancel
      • Shift + Enter to save and create new one below
      • Ctrl + Enter to save and create new one above

todoist-tribute's People

Contributors

rohitpaulk avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.