ucsb-cs156-s24 / proj-organic-s24-5pm-2

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-2/
0 stars 0 forks source link

Abhishek - Create Course Show Page (Works by Hyperlinking the Course IDs). #29

Closed abhishekambastha04 closed 4 months ago

abhishekambastha04 commented 4 months ago

In this PR, I added the CourseShowPage and its test file. I edited the CourseTable file so that every value in the id column is hyperlinked to that course itself and currently, it just shows a table with only the row for which the id is selected. I then added the routes to App.js. This has been rebased off of main.

Deployed at: https://organic-aambasthadev.dokku-10.cs.ucsb.edu/ Closes #17