Skip to content

Commit 0803193

Browse files
author
tsv2013
committed
Updated the about page
1 parent 1938580 commit 0803193

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

src/pages/About.tsx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
const About = () => (<div className='sjs-client-app__content--about'>
22
<h1>About</h1>
3-
<p>
4-
This React application demonstrates how to implement a basic SurveyJS service client. You can use it with any backend that supports REST API.
5-
</p>
3+
<article className="markdown-body entry-content container-lg">
4+
<p dir="auto">This project is a client-side React application that uses <a href="https://surveyjs.io/" rel="nofollow">SurveyJS</a> components. The application displays a list of surveys with the following buttons that perform actions on the surveys:</p>
5+
<ul dir="auto">
6+
<li><strong>Run</strong> - Uses the <a href="https://surveyjs.io/form-library/documentation/overview" rel="nofollow">SurveyJS Form Library</a> component to run the survey.</li>
7+
<li><strong>Edit</strong> - Uses the <a href="https://surveyjs.io/survey-creator/documentation/overview" rel="nofollow">Survey Creator</a> component to configure the survey.</li>
8+
<li><strong>Results</strong> - Uses the <a href="https://surveyjs.io/dashboard/documentation/overview" rel="nofollow">SurveyJS Dashboard</a> component to display survey results as a table.</li>
9+
<li><strong>Remove</strong> - Deletes the survey.</li>
10+
</ul>
11+
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/18551316/183420903-7fbcc043-5833-46fe-9910-5aa451045119.png"><img src="https://user-images.githubusercontent.com/18551316/183420903-7fbcc043-5833-46fe-9910-5aa451045119.png" alt="My Surveys App" style={{maxWidth: "100%"}}/></a></p>
12+
<p dir="auto">You can integrate this project with a backend of your choice to create a full-cycle survey management service as shown in the following repos:</p>
13+
<ul dir="auto">
14+
<li><a href="https://github.com/surveyjs/surveyjs-aspnet-mvc">surveyjs-aspnet-mvc</a></li>
15+
<li><a href="https://github.com/surveyjs/surveyjs-nodejs">surveyjs-nodejs</a></li>
16+
<li><a href="https://github.com/surveyjs/surveyjs-php">surveyjs-php</a></li>
17+
</ul>
18+
</article>
619
</div>)
720

821
export default About;

0 commit comments

Comments
 (0)