Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/augusto-jm-amaral/json-prettier-app

The best JSON formatter from web
https://github.com/augusto-jm-amaral/json-prettier-app

formatter json react webapp

Last synced: 26 days ago
JSON representation

The best JSON formatter from web

Awesome Lists containing this project

README

        

# Json Prettier ๐Ÿ‘ฉโ€๐Ÿ’ป

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/augusto-jm-amaral/json-prettier-app/blob/master/LICENSE)

An open-source JSON formatter web app.

[See the app here ๐ŸŒ](https://jsonprettier.com/)

## About
This project has an objective to create a JSON formatted that developers want. The key concepts are:

- ๐Ÿ’โ€โ™€๏ธ **Beautiful**, using styles that developers like to using.

- ๐Ÿงน **Clean**, with design simple and objective.

- ๐Ÿ”“ **Security**, don't share the data anywhere, we only handle this on the frontend.

## [Code of Conduct](./CODE_OF_CONDUCT.md)

## [Contributing Guide](./CONTRIBUTING.md)

## Developing

To developing locally this app we need to use the commands above:

### `yarn install`

To download the project dependencies.

### `yarn start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.