File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ The React app is configured to run by default on port 3000.
34
34
- Can have hyperlinks and images.
35
35
- Can parse HTML output from the editor to send to the back-end server.
36
36
37
+ ## Project Screenshots
38
+
39
+ Just one screenshot is there. No routes exist, editor is implemented on the main page only which looks something like this.
40
+
41
+ ![ alt text] ( ./screenshots/1.PNG )
42
+
37
43
## Deployment
38
44
39
45
Docker deployment using Nginx to be added in the future.
Original file line number Diff line number Diff line change @@ -37,11 +37,10 @@ function App() {
37
37
onChange = { value => getHTMLData ( value ) }
38
38
/>
39
39
</ ThemeProvider >
40
-
40
+ < Button variant = "contained" onClick = { ( ) => getData ( ) } > Get Data </ Button >
41
41
< div >
42
42
{ ReactHtmlParser ( initialData ) }
43
43
</ div >
44
- < Button variant = "contained" onClick = { ( ) => getData ( ) } > Hello World</ Button >
45
44
</ div >
46
45
) ;
47
46
}
You can’t perform that action at this time.
0 commit comments