Skip to content

triosky/react-starterify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What needs to be done

You need to convert the index.html to use reactJS

##Data Formats.

The predefined data is available at data.json

general requirements

  • when click on edit on top left, the form (contains title, descriptions, etc) should appear.
  • by default edit form for each row of expense should be hidden.
  • show the edit form for expense when user hover over the row and click on edit.
  • like on Send on comment textbox should trigger a POST call to /tasks/task_id/comments
  • the new comment should appear at the comment thread bottom.
  • user needs to be able to set save PUT request to /tasks/task_id
  • saved data doesn't need to include form attribute

##form attribute

it defines how the form will look like.

##final page layout by component.

├── /form.jsx                     # the main form body
├── /fields/                      # directory to hold different form fields
│   ├── /expense.jsx              # the components for "field_type": "expense"

About

React JS application skeleton using Browserify and other awesome tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 92.8%
  • JavaScript 7.1%
  • CSS 0.1%