Code Monkey home page Code Monkey logo

todo-list's Introduction

Coding Test _ FrontEnd Round 1

Todo List web application

How to submit the test

Create an PR from your own code branch and assign to me @longtran-pops before the deadline.

Requirements

#1

  • Handle Task's status as described in the screenshot bellow. Task lists statuses will be stored offline which mean I can see the latest status after I close and re-open the web even though there're no api available.

  • Only valid actions are displayed on the task. For example: when the task is todo, there should only be Start and Delete buttons. When the task is in-progress, there should only be Done or Cancel buttons.

alt text

#2

  • Synchronize the status to server so that I can see the changes from other places too.

A Good to Have

  • The Task's transition logics should be clear, easy to review and change in the future.

What can you do?

  • You can refactor and edit everything As long as your code can full fill the requrirement. If you add any other library/third party, please mention it in the PR and explain why would you use it.

Notes

PR Template:

Added:
 - General idea of what you have added such as an utility function, base component or so and why do you need to add them.
Refactored
 - General idea of what you have refactored such as move a function from component A to component B and why do you need to do that.
Solution for #1:
....
Solution for #2:
....

todo-list's People

Contributors

longtran-pops 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.