GithubHelp home page GithubHelp logo

tayloradamca / blazorserverformbuilder Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 4.83 MB

A simple HTML form builder I built using ASP.NET Core Blazor, Entity Framework Core, and SQLServer.

License: MIT License

HTML 13.26% C# 85.73% CSS 1.02%

blazorserverformbuilder's Introduction

Blazor Form Builder

A simple HTML form builder I built using ASP.NET Core Blazor, Entity Framework Core, and SQLServer. It uses dependency injection via the IoC framework, as well it follows the Services/Repository/Unit Of Work patterns (Repository and UoW are implemented by EFCore).

Instructions

  1. Clone the repo
  2. Launch the solutions with Visual Studio 2017 or 2019
  3. Open package manage console via Tools -> NuGet Package Manager -> Package manager console
  4. Type "Add-Migration Initial" and hit enter
  5. Once that has finished type “Update-Database” and hit enter to build the database
  6. Run the solution using IIS Express
  • Initially, there won't be anything in the database, so I reccomend creating some form fields, then creating forms using those fields, then finally viewing/using the forms.

Plans for the future

  • Make the forms submit and save the data to the database
  • Add other input types like radio buttons that would use a list of values
  • Possibly add an API so it follows more of an MVC pattern, but since it's all on the server anyways it might be redundant and unnecessary
  • Update the UI to make it look and feel better

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.