TV Shows Application - ItsmeTahreem/DRproject GitHub Wiki

My App is about TV Shows.

I have four/five pages:

1. Home page displays a carousel of images of TV shows.

2. About page displays shows with images and the description of the pages, I also have a search input that uses the search filter to display specific letters that match the charterers I have named.

3. The create page displays the title input of the show you want to create, the description input of the show you want to create, the drop down select that displays multiple genres to pick from that best suits the TV show and finally Picking a date of the show was released. And finally the user can then save the show which would then appear on the read page and into the mongodb.

4. Read page displays all the shows you have created, user can delete and edit whichever show they would prefer change.

5. Edit page displays the title input of the show user want to edit, the description input of the show you want to edit, the drop down select that displays multiple genres user can edit and finally changing the date of the show was released. And lastly the user can then edit the show which would then appear on the read page and into the mongodb.