A simple movie searcher application that touches on the basics on frontend development. This application was built with React but focuses on HTML and CSS. In this project I tried to achieve the following:
- Responsive UI by targeting three major device categories (Phone, Tablet and PC)
- Usage of Semantic HTML
- Making the application as accessible as possible.
- To run this app, you need to first install it's dependencies by running the command:
npm install
from the app root directory.
-
After installing dependencies, run
npm start
. -
On browser of choice navigate to
http://localhost:8080
Saheed Ajibulu