This is a simple React app that allows users to view the top five highest-grossing films of all time, presented in a tabular format.
Live Demo: https://movie-app-top-5-highest-grossing-films.netlify.app/
While learning how to use props in React, I got carried away and applied the newly found piece of knowledge to create this small app.
- A tabular presentation of data which utilizes the use of props to pass data dynamically between components.
The app is designed and coded to fully meet accessibility standards. I used a web accessibility evaluation tool to identify errors; I have resolved contrast errors and fixed structural elements to reach optimal accessibility.
The app is fully responsive, rescaling itself across different mobile devices.
- HTML
- CSS
- JavaScript
- ReactJS
- GitLab