New Project

<%= form_with model: @project do |form| %>
<%= form.label :project_name %>
<%= form.text_field :project_name %>
<%= form.label :description %>
<%= form.text_area :description %>
<%= form.submit %>
<% end %>