This project is a copy of 豆瓣2016年度电影榜单. I write it for the purpose of practicing frontend development, especially React.
https://doubanannual.oldoldb.com
- Clone:
git clone https://github.com/yajiex/douban-Annual.git
- Install dependencies:
npm install
- Run the app in development mode (the page will reload if you make edits):
npm run start
- Build the app for production to the
build
folder:npm run build
- React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Create React App - Create React apps with no build configuration.
- React-Motion - A spring that solves your animation problems.
- React-rater - Interactive and customizable star rater.
- Files under crawler folder are some primitive scripts used for crawling douban annual data, you could just ignore it and write your own version.
- notes.md is some notes for HTML/CSS usage when writing this project.
If there are any license issue, please contact me via issues
This project is licensed under the MIT License - see the LICENSE file for details
- Thanks douban for the great annual summary.