Skip to content

sinkstyt/madlibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A MadLibs in MVC using ASP.Net Core

you supply the parts of speech, the repository does the rest

Authors

  • Shanen Cross &
  • Tyler Sinks
  • originally built April 25, 2021

Description

  • fill in a form with eight or so prompts
  • press the button
  • see your nonsensical story displayed in the browser

Setup and Installation

namespaces and dependencies will be handled by following these steps

  1. Use a termainl or console to navigate to the desired directory for this project
  2. Clone the project to your machine:

$ git clone https://github.com/sinkstyt/MadLibs.Solution.git

  1. Change directory into the project's root folder:

$ cd MadLibs.Solution

  1. Restore the project's dependencies:

$ dotnet restore MadLibs

  1. To build and run the project:

$ dotnet build $ dotnet run

  1. Or examine the files in VS Code instead of step 5:

$ code .

For those completely new to C# and dotnet, please see these detailed instructions:

Technologies Used

Known Bugs

  • None
  • Feel free to edit this project or start a pull request

License

  • Copyright 2021 ©️ Shanen Cross & Tyler Sinks
  • License: MIT

Contact

Tyler Shanen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published