Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
balayokesh opened this issue Oct 29, 2024 · 0 comments
Open

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

balayokesh opened this issue Oct 29, 2024 · 0 comments

Comments

@balayokesh
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant