Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Bharat Law Library

A beginner-friendly static website for browsing important Indian laws.

Run it

Open index.html directly in a browser, or in VS Code:

  1. Install the Live Server extension.
  2. Right-click index.html.
  3. Choose Open with Live Server.

Important limitation

No static student project can safely contain and maintain every current Central, State, Union Territory, rule, regulation, notification, amendment, and judicial interpretation. This starter therefore uses a searchable catalogue and directs users to official government sources.

Add another law

Inside index.html, find const laws = [...] and add another object:

{
  title: "Name of Act",
  year: 2026,
  category: "Category",
  description: "Brief neutral description.",
  keywords: ["keyword one", "keyword two"],
  officialUrl: "OFFICIAL GOVERNMENT URL",
  searchUrl: "https://www.indiacode.nic.in/"
}

For a production version, use a backend, database, admin panel, amendment history, State/UT filters, and a government-authorized dataset or API.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages