/json-formatter

Dead simple JSON formatter for the browser (Next.js, Tailwindcss, TypeScript)

Primary LanguageTypeScript

JSON Formatter

Try it here!

A dead simple JSON formatting utility for the browser.

I built this project to learn the basics of Next.js and tailwindcss.

Screenshot

Development

Make sure you have Node.js and NPM installed. Then follow the steps below:

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.