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: 28 days ago
JSON representation
The best JSON formatter from web
- Host: GitHub
- URL: https://github.com/augusto-jm-amaral/json-prettier-app
- Owner: augusto-jm-amaral
- Created: 2020-09-07T16:24:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T15:07:53.000Z (over 4 years ago)
- Last Synced: 2025-03-27T21:38:41.625Z (about 2 months ago)
- Topics: formatter, json, react, webapp
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 30
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Json Prettier ๐ฉโ๐ป
[](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.