/test-react

React test - create a to do list with done/undone graph.

Primary LanguageJavaScript

Test React

Swagger: Docs API · ooti.co

Table of Contents
  1. About The Project
  2. Getting Started
  3. Instructions
  4. Example

About The Project

Create a TODO App in React

Getting Started

  • React
  • Initialize project
    npm install -g create-react-app
    npm init react-app my-app

Instructions

  1. create react project
  2. Create a todo list
  3. Create chart with todo stats
  4. Make a pull request with your code (include screenshot of home screen)

The goal is to:

  • Add a action
  • Validate a action
  • Delete a action
  • Have a histogram with two bars: one for the number of actions not validated, and one for the actions validated

Example

Logo