By the end of this assignment your project should meet the following requirements:
- AboutPage.jsx should render general about me information about the show. (Maybe use an API to render this information?)
- CharactersPage.jsx should render a Card BootStrap Component (displaying image and information of said character) for every character within the Rick and Morty API
- Maybe use useState, useEffect, axios, async, map, conditional rendering?
- Routes for each page mentioned above within Reacts Browser Router
- NotFound.jsx should render an error message letting the user know this page does not exist
- Error Route to render NotFound.jsx
- NavBar.jsx should allow users to navigate your project
- Testing with Cypress to ensure all requirements are being met
- Styling from React BootStrap or Tailwind.css
- Have fun!