/movie-gallery

Primary LanguageJavaScript

项目简介

借助 API: https://omdbapi.com/ ,使用 React + React-Router 实现的应用,功能包括:

  • 查看电影详情
  • 根据关键字搜索电影
  • 搜索结果支持多页功能

项目使用

  1. 克隆项目
git clone https://github.com/y80/movie-gallery.git
  1. 安装依赖
yarn 
  1. 启动项目
yarn start