Movie Discovery
A simple minimalistic movie discovery web application that allows users to search for movies, view details about them.
- clone link to your laptop from github
- change directory to movie-list
- install node package modules using
npm install
- then open the project on the browser with
npm run dev
- you are good to go.
- Top movies being gotten from the api of the site
- Click on any box to movie to get the details
- Error message displays on failed fetch
- The search feature was implemented
As of the time this README file was written,
- The trailer video wasn't been implemented.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh