Skip to content

adimara/form-builder-exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Form Builder Task

Welcome to the Form Builder application exam. This app is simple, you can create a custom form and anyone can submit answers.

You can use any stack you like: any language for the server(java, c#, python, node and etc.), and any framework for the javascript client part(React, Angular, Vue.js and etc.).

You can use any general purpose libraries, that are not specifically solve the "form building" case. However, please note, you will be required to add additional functionality after you finish the project, when choosing libraries, keep that in mind.

Example of things you can (only if you like to, it's just an example) use: express, typeorm, mongoose, axios, material-ui, react-bootstrap, wix-style-react,

glhf

Instructions

You're required to build a Web-Application with the pages below.

List of Pages

Forms List Page

This page will include a list of all forms and a link to create new form.

The list of forms is a table with the following columns:

  1. Form id
  2. Form Name
  3. Number of Submissions
  4. link to Form Submit Page
  5. link to Form Submissions Page

For Example:

Form Id Form Name # Submissions Submit Page Submissions Page
1       Task Feedback   0             View  View
2       Job Application 152           View  View

Form Builder Page

In this page, you'll implement a wizard to create form. You will see a form, where you enter field label, input name and input type and press on an "Add Field" button in order to add this form. the field label and input name are free text, and the input type is of the following input types: text, color, date, email, tel, number (you can read more here - HTML input types).

After adding a field you should see your input with the label on the screen. When you are done adding fields you should enter Form Name and press on the save button in order to add the form to your forms list and redirect to the form-list.

Form Submit Page

For an url with the id of the form, you will see all the fields you created in the Form Builder Page, and a submit button. on submit, all data will be saved to the Form Submissions Page.

Form Submissions Page

For an url with the id of the form, you will see all the form submissions in a table when each header is the field name, and each row is a submission with the user input.

Before Submitting

Submitting your project

After you've completed your tasks, and you are ready to submit it, do the following:

  • Create a git repositry (preferably on github.com)
  • Make sure all the code is committed and pushed
  • Make sure you added a markdown file with instructions on how to run your project from scratch, that must include any operations that is required in order to run the project (i.e. setup a database, create tables, etc.)
  • BONUS: Automate all of the procedures to run the project (i.e. create a script that will setup the datbase(s), install all modules, build the code, run the code etc.)
  • Clone your repo and use your instructions to see it works as expected
  • Add shalevshalit and yurynix as users to the repo (Master permission)
  • Send us an email with your repo link
  • Profit!

Please contact shalevsh@wix.com or yurym@wix.com for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors