Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosgilf/seriesdb
:movie_camera: An awesome clone of The Movie Database to learn HTML5, CSS3 and JavaScript.
https://github.com/marcosgilf/seriesdb
Last synced: 28 days ago
JSON representation
:movie_camera: An awesome clone of The Movie Database to learn HTML5, CSS3 and JavaScript.
- Host: GitHub
- URL: https://github.com/marcosgilf/seriesdb
- Owner: marcosgilf
- Created: 2016-02-16T10:54:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T07:48:37.000Z (almost 9 years ago)
- Last Synced: 2023-03-01T02:31:52.181Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SeriesDB
An awesome clone of The Movie Database to learn HTML5, CSS3 and JavaScript.## Setup de entorno de desarrollo
Debes tener instalado [node](https://nodejs.org/en/) y con *npm* instalar *grunt* y *less* utilizando:
```
$ sudo npm install -g grunt-cli less
```A contiuación clona el repositorio e instala las dependencias para grunt con `npm install`desde la carpeta del proyecto.
Después arranca *grunt*, utilizando el comando `grunt`
## Changelog
### v.0.1.0 - 2016-02-17
* Plantilla formulario
* Plantilla de listado de series (sólo HTML5)
* Plantilla de detalle de una serie (sólo HTML5)### v.0.2.0 - 2016-02-26
* Estilos en less
* Automatización de tareas con grunt
* Ejemplos con jquery y ajax
* Peticiones https
* Validación de formularios
* Geolocalizacion
* Drag & Drop de elementos html y archivos