Skip to content

Index file that lists all projects added to this repository #38

@balayokesh

Description

@balayokesh

Hi, Why not have a simple html file that contains

  1. project title,
  2. description,
  3. shared by person,
  4. link (if applicable)

For simplicity we can have a json file that everyone needs to update while they are contributing to this repository
sample:

{
  "projects": [
    {
      "title": "calculator",
      "description": "simple html calculator",
      "sharedby": "github username",
      "link": "https://google.com"
    },
    {
      "title": "todo list",
      "description": "a simple todo list application built with JavaScript",
      "sharedby": "another github username",
      "link": "https://example.com"
    }
  ]
}

The html file will fetch static data from json file and generate a webpage with these details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions