GithubHelp home page GithubHelp logo

moviecat's Introduction

豆瓣电影项目 - 项目计划

项目描述

  • 电影网站,用于分类展示电影简要信息,亦可查询查看详细信息
  • 数据来源:豆瓣电影API

项目定位

  • SPA、PC端

技术栈

  • AngularJS
  • Git
  • Gulp 自动构建工具

项目结构

.
├── app
│   ├── index.html
│   ├── app.js
│   ├── assets
│   │   ├── css
│   │   ├── img
│   │   └── js
│   ├── common
│   │   ├── directives
│   │   └── services
│   ├── home
│   │   └── module.js
│   │   └── view.html
│   └── movie_detail
│   │   └── module.js
│   │   └── view.html
│   └── movie_list
│       └── module.js
│       └── view.html
├── node_modules
├── .gitignore
├── gulpfile.js
├── package.json
└── README.md

参考资料

目录结构的说明

  • app 开发目录
  • dist 是最终的项目代码目录(自动生成的)
  • node_modules 依赖的包文件
  • .gitignore git忽略文件
  • gulpfile.js gulp的文件
  • package.json npm自动生成的一个文件

moviecat's People

Contributors

zqran avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.