Ugur22 / broken-react-todo-application-context-api

React coding interview task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken React TO DO application based on context api

This application was intentionally broken, there are six critical issues that a candidate has to fix:

  1. Fix an ability to display all tasks.
  2. Fix a layout, checkboxes should be listed in a column.
  3. Fix an ability to add a new task.
  4. Fix an ability to toggle a task.
  5. Fix an ability to delete a task.
  6. Fix an ability to count completed tasks.

To complete the task the candidate must fork this repo, fix the issues and submit a pull request to this repo.

Available Scripts

Use npm start to run project.

About

React coding interview task


Languages

Language:JavaScript 94.8%Language:SCSS 3.0%Language:HTML 2.2%