Built with react and react-router, using movie API from douban.com
Checkout these links:
- https://haishanh.github.io/doba-react/#/subject/5045678
- https://haishanh.github.io/doba-react/#/subject/26754831
- https://haishanh.github.io/doba-react/#/celebrity/1274814
- https://haishanh.github.io/doba-react/#/search?q=tom%20hanks
To run in your local environment.
$ git clone https://github.com/haishanh/doba-react.git
$ cd doba-react
$ yarn
$ yarn start
Then open http://localhost:3000
in your browser.
To build for production usage:
$ yarn build