A simple React and TypeScript project for viewing and exploring JSON data.
- View JSON data in a structured format.
- Explore nested JSON objects and arrays.
The data variable is stored in index.tsx. Replace it there if you'd like.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd json-viewer-app - Install dependencies:
bun / npm install
- Start dev server:
bun / npm run dev
- Build project:
bun / npm run build