Coder Social home page Coder Social logo

errandtimer's People

Contributors

deliacodes avatar

Watchers

 avatar

errandtimer's Issues

Inputs are not accessible

When i use just keyboard I cannot tab back and forth between inputs and submit button. Can only submit using enter. Check for AxE issues.

Human readable time

For As a user, I want an estimate of my total trip duration so that I can better plan my day
Would be good to see time in more human readable format - something like 1h 15m.
There are libraries out there which do that

Not responsive

My iPhone is sad to look at when I open the website url

Unclear total duration

For As a user, I want an estimate of my total trip duration so that I can better plan my day
When I try to plan different trips I keep saying total duration for the trip is x. Unclear which trip is being referenced in the sentence as they keep pulling up the more trips i plan

Template creation is hard to read

$('#results').append('<p> The total duration of your trip from ' + trip.origin + ' to your errand ' + trip.errand + ' and back is ' + totalDuration + ' minutes.</p>' +'<p>From ' + trip.origin + ' to ' + trip.errand + ' will take ' + trip.legTimes[0] + ' minutes.</p><p> From ' + trip.errand + ' back to ' + trip.origin + ' will take ' + trip.legTimes[1] + ' minutes.</p>');

Remember shopping list lesson in curriculum ? Try to use it to guide for organising that code.

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.