codeezzi / codeezzi/utility

Create a JSON library for tools

Abierto
#114 4 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
HTML
Estrellas
11
Forks
53
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

As the number of tools is increasing in order to manage to show the tool in a more dynamic way, I would suggest creating a JSON file and store the tool's information inside the JSON objects.

One key advantage of such implementation is that in the future we can show all tools on the first page by looping through the JSON array of tools. Then the contributors just need to update the JSON file and their tool will be shown on the first page automatically.

Suggested Format:

```json
{
"conversionTools": [
{
"title": "Angle Conversion",
"description": "bla bla",
"url": "/Angle_Conversion/angleconversions.html"
}
],
}
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.