Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riveraaj/mendel-s-third-law

A web application was developed to validate the name of an organic compound against its graphical representation.
https://github.com/riveraaj/mendel-s-third-law

asp-net csharp css3 dot-net html5 mvc

Last synced: 23 days ago
JSON representation

A web application was developed to validate the name of an organic compound against its graphical representation.

Awesome Lists containing this project

README

        

# Mendel-s-Third-Law

![Project Image](https://www.palomar.edu/anthro/mendel/images/first_cross_pollination.gif)

> A web application was developed to validate the name of an organic compound against its graphical representation.

---

### Table of Contents

- [Description](#description)
- [Technologies](#technologies)
- [Author Info](#author-info)

---

## Description
Requirements:

- You must have a dictionary that stores the path to the image to be presented on the web page and the correct name of the composite. The path must be used to present it in the HTML with an '' tag and the src property.
- The images will be presented to the user at random. The program must store at least 20 different organic compounds.
- The user must enter the name of the organic compound and by means of a Post method validate it in the controller and this with the model.
- Once the program validates the user's answer, it should display a message indicating whether the answer is correct or not.
- The user should be able to request new questions at any time.
- The program must keep a counter of correct and incorrect answers and always display it on the screen and always updated.
- It must use Microsoft's MVC design pattern. That is, it must have the three functional layers.
- There must be Razor code in the view.
- The program must consist only of the pages created for this lab, not the test or demo pages that are created with the project.

#### Technologies

- C#
- ASP.NET
- MVC
- Razor
- Bootstrap
- CSS3
- HTML5

## Author Info

- Linkedin - [jriveraa](https://www.linkedin.com/in/jriveraaa/)
- Website - [Jonathan R.V](https://riveraaj.github.io/Portfolio/)