Skip to content

Kiraadaves/movie_discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Movie Web App

I created this app as part of my internship requirement with Hngx. It was created using React.js, Tailwind CSS

Getting Started

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

Deployment

After making my final changes and pushing to github, I deployed my app via the Vercel Platform.