Code Monkey home page Code Monkey logo

repeat-todo's Introduction

Repeat Todo

Build Status

This is a simple app to help my wife keep track of her in-order Todos.

Look at npm scripts to see what's possible :-)

This project is auto-deployed to surge.sh by travis ๐ŸŽ‰

Contributors

Thanks goes to these wonderful people (emoji key):

Contributor Contributions
Kent C. Dodds
Kent C. Dodds
๐Ÿ’ป ๐Ÿ“– ๐Ÿ‘€ โ“
Andrey Skladchikov
Andrey Skladchikov
๐Ÿ’ป ๐Ÿ“–
Jonathan Haines
Jonathan Haines
๐Ÿ’ป
Andreas Windt
Andreas Windt
๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT

repeat-todo's People

Contributors

andrey-skl avatar barrythepenguin avatar imgbot[bot] avatar satya164 avatar ta2edchimp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repeat-todo's Issues

Make it work offline

I'm struggling to make this work. If anyone could help, that'd be sweet.

To get it going, you can run npm run start which will start quik. quik does some fancy things. If you want to try it without anything special, run npm run predeploy to build all the files and stuff, then run npm run serve:dist to serve the site on port 8080. You'll notice that pretty much the whole app is inlined in index.html. Only extras are the favicon and the service-worker.js script.

The file responsible for starting the service worker is start-service-worker.js. Then the actual service-worker code is service-worker.js. It has the cache polyfill included.

I'm a total newb at this. Thanks for any help!

Allow multiple lists

My wife wants to have lists for:

  • shopping
  • Cleaning the kitchen
  • Cleaning different rooms
  • Etc.

I'm thinking doing some tabs at the top...

Add login and data persistence.

Using localStorage is great, but it'd be really nice to be able to login using twitter/facebook/google/email and persisting things in a backend somewhere (firebase?) would be really handy. That way you could do data entry on the computer and use the list on your phone.

Anyone wanna work on this?

List breaks if enter todo items with same content.

We cant use index of items as key because this is not item UID here. Also we can't use todo text as key because it is not unique. Shouldn't we implement some ID, hash, timestamp or something like this?

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.