Skip to content

kitpao/Bare-Metal-Forms-and-Helpers-re-former

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn LinkedIn


Bare Metal Forms and Helpers

Creating a User Form with the backend needed to store the information. With focus on the new user and Edit User forms... See it in action!!!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

(Click on the image to play with the code! See instructions in Usage) Product Name Screen Shot

In this project we developed a simple form for our create and edit routes:

  • The form uses Materialize library for css combined with embedded ruby code
  • The back end is set up with a User model that validates presence of username, email and password
  • The form was implemented with different rails helpers methods such as form_for, form_tag, form_with, as seen in the git commit history.
  • If you click on the link provided for the creation or update of users you can test the validations and create your own users
  • The form is responsive to the screen

Here is a screenshot of the page seen in a small device:

Built With

The project was developed using the following technologies:

Future Features

  • It will be deployed on Heroku

Usage

Click on the image at the top or in the following link,

Now you can test directly in the browser!!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contact

Project Link: https://github.com/kitpao/Bare-Metal-Forms-and-Helpers-re-former

Kitzia Paola Vidal Marroquin - Github user: kitpao

kitpao91@gmail.com   | Portfolio   | LinkedIn   | Twitter

Jesus Eduardo Cruz Valdez - EdCrux

jecruxiz@gmail.com   | My Repositories   | LinkedIn   | Twitter

Acknowledgements