https://github.com/despensa-app/despensa-html
Demo: https://despensa-app.nmarulo.dev
https://github.com/despensa-app/despensa-html
admintlte3 bootstrap html
Last synced: 12 months ago
JSON representation
Demo: https://despensa-app.nmarulo.dev
- Host: GitHub
- URL: https://github.com/despensa-app/despensa-html
- Owner: despensa-app
- License: mit
- Created: 2024-09-09T22:36:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T23:40:15.000Z (over 1 year ago)
- Last Synced: 2024-11-22T00:24:51.991Z (over 1 year ago)
- Topics: admintlte3, bootstrap, html
- Language: HTML
- Homepage: https://despensa-html.nmarulo.dev/
- Size: 2.08 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Milestone hacktoberfest][github-milestone-shield]
---
![GitHub Release][github-release-shield]
![Twitch nmarulo][twitch-shield]
# Despensa-app - REST API
## Descripción
Este repositorio es usado para maquetar en HTML el diseño del [proyecto web][github-project-web-url]
### Recursos utilizados
* AdminLTE
* [Demo v3][adminlte-v3-url]
* [Release v3.2.0][adminlte-v3-github-url]
* [Fontawesome v5 free][fontawesome-v5-url]
* [Bootstrap v4][getbootstrap-v4-url]
### Empezar a trabajar
> Usa la [página en blanco index.html](index.html) como base para las nuevas páginas.
Las páginas actuales están separadas en las siguientes carpetas:
* [shopping-list](shopping-list)
* [register](register)
* [login](login)
* [home](home)
* [add-product-shopping-list](add-product-shopping-list)
> Los diferentes archivos HTML representan diferentes estados que puede tener la página (para los casos donde no se
> puede representar en una sola página).
- [Clonar proyecto](#clonar-proyecto)
- [Habilitar EditorConfig](#editor-config)
- [Establecer opciones de guardado](#on-save)
> File > New > Project from Version Control
- Es necesario tener habilitado el soporte de EditorConfig:
> Settings > Editor > Code Style
> - Enable Editor Config Support
Establecer acciones de guardado
- Recomiendo tener activado las acciones de guardado:
- Reformat code
- Optimize imports
> Settings > Tools > Actions on save
> Tener habilitado EditorConfig.
## Contribuir
Cualquier contribución que hagas será muy apreciada.
- Antes de empezar a codificar, lea las [directrices de contribución](CONTRIBUTING.md).
## Agradecimientos
Gracias a [JetBrains](https://www.jetbrains.com/?from=SoftN%20CMS) por proporcionar una licencia para WebStorm para
desarrollar este proyecto.
| JetBrains | WebStorm |
|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
|  |  |
## Licencia
[MIT license](LICENSE).
[twitch-shield]: https://img.shields.io/twitch/status/andyonthewings?style=flat-square&label=Twitch%20nMarulo&labelColor=A970FF&link=https%3A%2F%2Fwww.twitch.tv%2Fnmarulo
[github-milestone-shield]: https://img.shields.io/github/milestones/progress/despensa-app/despensa-html/1?style=flat-square
[github-project-web-url]: https://github.com/despensa-app/despensa-web
[github-release-shield]: https://img.shields.io/github/v/release/despensa-app/despensa-html?style=flat-square
[adminlte-v3-url]: https://adminlte.io/themes/v3/index3.html
[adminlte-v3-github-url]: https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.2.0
[fontawesome-v5-url]: https://fontawesome.com/v5/search?o=r&m=free
[getbootstrap-v4-url]: https://getbootstrap.com/docs/4.6/getting-started/introduction/