Skip to content

nanettegirzi/FindReplace.Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find and Replace

C# Epicodus project, 02/14/2018

By Nanette Girzi

Description

This program is a basic web application web application where a user will enter a word or phrase, and the word "world" will be replaced with the word "universe".

Setup/Installation Requirements

  • Clone this repository to your desktop
  • Navigate to project folder on desktop
  • In terminal, inside project folder, type command "dotnet resotore" "dotnet build", then "dotnet run"
  • Open browser and go to http://localhost:5000

Specifications

The webpage exhibits the following behaviors:

Simple find and replace web application where a user will enter a word or phrase, and the word "world" will be replaced with the word "universe".

  • Input Example

    • "world"
  • Output Example

    • "universe"
  • Input Example

    • "hello world"
  • Output Example

    • "hello universe"
  • Input Example (user enters lower and upper case)

    • "HelLo woRlD"
  • Output Example

    • "hello universe"

Known Bugs

No known bugs at this time.

Support and contact details

If you have suggestions please email ngirzi@gmail.com

Technologies Used

  • C#
  • HTML
  • CSS
  • Bootstrap
  • MVC
  • Razor

License

This software is licensed under the MIT license.

Copyright (c) 2018 Nanette Girzi

About

c# MVC and testing practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages