I created this app as part of my internship requirement with Hngx. It was created using React.js, Tailwind CSS
To create the react app, i followed the following steps:
npm init react-app movie
cd movie
# movie is the name I chose for the app
npm start
The browser automatically opens http://localhost:3000 after which I started building by creating components, pages and also editing App/index.js
.
I also made use of various dependencies like React/router for this project. I also made use of MaterialUI/Material icons
After making my final changes and pushing to github, I deployed my app via the Vercel Platform.