- Built using
React Hooks
, this applications enables users to search their favorite movies from theOMDB Database
.
- React hooks
- Saas
- Bootstrap 4
- Consuming REST APIs
- Clone the repo by running the command
git clone https://github.com/fatukunda/movie-world.git
. - Install dependencies by running
yarn install
ornpm install
. - Start the server by running
yarn start
ornpm start
. - Your app should be live on
localhost:3000
.