An open API service indexing awesome lists of open source software.

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

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).


**Trabajando en WebStorm**

- [Clonar proyecto](#clonar-proyecto)
- [Habilitar EditorConfig](#editor-config)
- [Establecer opciones de guardado](#on-save)


Clonar proyecto:

> File > New > Project from Version Control


Habilitar EditorConfig

- 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 |
|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
| ![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg) | ![WebStorm logo](https://resources.jetbrains.com/storage/products/company/brand/logos/WebStorm_icon.svg) |

## 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/