Muvi is a webpage created for a take-home assignment to join Houm.
The page is deployed here:
https://houm-seven.vercel.app/
Muvi is a page that lets you find the Top Rated movies in the market and also let you search by name . It uses The Movie DB API to retrieve movie info.
Clone the project, install node_modules (using npm install) Create local file .env.local, and put your api key in a variable:NEXT_PUBLIC_KEY= and run
npm run devThe app will be in http://localhost:3000
- NextJs
- React (React Hooks)
- Chakra UI
- Vercel to deploy