Description
- Implement a page that will make a Post to a Conversion API.
- https://ip-uacs.herokuapp.com/api/Convert/ToCelsius/{Ftemp}
- https://ip-uacs.herokuapp.com/api/Convert/ToFahrenheit/{Ctemp}
- Write a function that will read from a local text file (exam.txt) and display the result in html control.
- Make a data table page that will display all students:
- The api that is available is : https://ip-uacs.herokuapp.com/api/student
- It should be possible to search for students by studentId (student index)
- Make a student details page:
- It should have an edit option (this is a BONUS )
- Make a page that will implement add operation of a new student (POST):
- FirstName – text
- LastName –text
- StudentId – text
- Email – text
When the operation is successful display a message or redirect to the data table page (or the details page, from the bonus).