Skip to content

Commit

Permalink
Add CRUD acronym to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Mar 13, 2024
1 parent 9062cd8 commit 54cada6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/info/ClientSideRequirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const ClientAssessment = () => {

<h2 id="application-design">Application Design Requirements</h2>
<ol>
<li>You must support CRUD in your application. Create data, Read data, Update data, Delete data</li>
<li>You are required to use React.</li>
<li>You must have a form that allows a user to create a new resource.</li>
<li>Your form must include <code>&lt;select&gt;</code> element, radio button group, or checkbox group that allows a user to choose a related resource.
Expand Down
1 change: 1 addition & 0 deletions src/components/info/ServerSideRequirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const ServerAssessment = () => {
<h2 id="application-design">Application Design Requirements</h2>
<h3 id="client-side">Client</h3>
<ol>
<li>You must support CRUD in your application. Create data, Read data, Update data, Delete data</li>
<li>You are required to use React.</li>
<li>You must have a form that allows a user to create a new resource.</li>
<li>Your form must include <code>&lt;select&gt;</code> element, radio button group, or checkbox group that allows a user to choose a related resource.</li>
Expand Down

0 comments on commit 54cada6

Please sign in to comment.