Skip to content

CardanoExplorer/cf-explorer-landing

 
 

Cardano Explorer Landing Page

Cardano Explorer Landing Page, a simple web application showcasing major Cardano blockchain explorers. Built using React, Vite, and Material UI (MUI), this project provides an elegant interface to explore and access various Cardano blockchain explorers.

Features

  • Responsive Design: Optimized for different screen sizes with a flexible grid layout.
  • Material UI Components: Utilizes MUI for a sleek and modern UI.
  • Dynamic Routing: Captures URL parameters and routes users to specific explorer pages.

Table of Contents

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/cardano-foundation/cf-explorer-landing.git
    cd cf-explorer-landing
    
  2. Install dependencies:

    Make sure you have Node.js installed. Then run:

    npm install
    
  3. Start the development server:

    Make sure you have Node.js installed. Then run:

    npm run dev

Open your browser and navigate to http://localhost:3000 to view the application.

Project Structure

cardano-explorer/
| public/
|   assets/
| src/
|   common/
|       |── DeepLinkResolver.jsx
|   components/
│       ├── Header.jsx
│       └── Footer.jsx
│   App.jsx
│   main.jsx
│   index.css
│ index.html
| jsconfig.json
| vite.config.js
| package.json
| README.md

About

A web application showcasing major Cardano blockchain explorers

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.7%
  • HTML 5.7%
  • Shell 2.4%
  • Other 1.2%