Skip to content

fesieg/json-explorer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Viewer App

Overview

A simple React and TypeScript project for viewing and exploring JSON data.

Features

  • View JSON data in a structured format.
  • Explore nested JSON objects and arrays.

Adapting data

The data variable is stored in index.tsx. Replace it there if you'd like.

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd json-viewer-app
  3. Install dependencies:
    bun / npm install

Usage

  • Start dev server:
    bun / npm run dev
  • Build project:
    bun / npm run build

About

react app that allows you to explore a JSON object and enter paths to search for values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published