doba-react icon indicating copy to clipboard operation
doba-react copied to clipboard

A douban movie app using React

Doba Movie

styled with prettier

Built with react and react-router, using movie API from douban.com

Checkout these links:

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