CSC/ECE 517 Fall 2016 E1691 ConvertAssignmentCreationFormtoReactJS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This a page to describe a final project for ECE517. In this project we will be converting Assignment creation form to ReactJS. | This a page to describe a final project for ECE517. In this project we will be converting Assignment creation form to ReactJS. | ||
==React JS== | ===React JS=== | ||
ReactJS is an open source JavaScript library | ReactJS is an open source JavaScript library | ||
===Current implementation=== | ===Current implementation=== | ||
The assignment creating page view is as follows. | |||
[[File:FinalProj pic1.png]] | |||
Currently it is implemented fully in HTML. | |||
==References== | ==References== | ||
*https://facebook.github.io/react/ | *https://facebook.github.io/react/ |
Revision as of 17:50, 4 November 2016
E1691 Convert Assignment Creation Form to ReactJS
This a page to describe a final project for ECE517. In this project we will be converting Assignment creation form to ReactJS.
React JS
ReactJS is an open source JavaScript library
Current implementation
The assignment creating page view is as follows.
Currently it is implemented fully in HTML.