Giter VIP home page Giter VIP logo

interview-assignment's Introduction

kotakodelab-interview-assignment

This project contains the source code to a simple mini-todo list that helps people keeps track of their tasks. Some of the features are not yet fully functioning.

1. Your first task is to find what causes it not to work and fix them.

Minimum working features required:

  1. ability to add task.
  2. ability to view tasks.
  3. ability to delete task.

This project uses React. In order to run the application development server, please fork this github repository and pull the codebase to your machine. Then, go to the client folder by running the command cd client, and run npm run start.

Tip: There is a React component called TodoList in src/TodoList.jsx which will receive some props from the root component App in src/App.jsx. Feel free to add ts many props as you like to make it work.

2. After you are done with the basic implementation, write appropriate automated tests to make sure the app is running.

Both App.jsx and TodoList.jsx have their corresponding test files called App.test.jsx and TodoList.test.jsx. In order to ensure your component (and therefore your application) works correctly, you should write test that covers enough cases to guarantee that users will not break the application.

3. Get creative! (The fun part)

Feel free to use your imagination to implmeent cooler features! Maybe you can allow users to set a timer, or set the color of the todo list items to indicate priority, or moving todo list up and down - anything you like, impress us with your creativity!

interview-assignment's People

Contributors

ayuwidyaagata avatar icanq 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.