It's a form which helps to understand people's perception on sustainability words. Based on designer's mock up and several discussions, the form was designed & implemented. It's in progress along with discussions.
- Handle inputs in form
- Move to next/previous sub-form and submit the form
- Provide correct feedbacks with consistent styles
- Display a total number of answers
- Handle different types of inputs with React hooks
- Set up the server with Expressjs
- Create Restful end points for fetching/adding form data
- Set up Heroku Postgres as Cloud DB and store data in it
- Migrate up/down SQL data to Heroku Postgres
- Deploy in Heroku
- Real time form validation in Front-end
- Form validation from Back-end
Clone the project:
> git clone https://github.com/flyjwayur/sustainability-with-you.git
> cd sustainability-with-you/
> yarn install
> yarn run dev