Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (about 4 years ago)
- Last Synced: 2023-03-01T21:35:38.723Z (almost 2 years ago)
- Topics: formatter, json, react, webapp
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- 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 ๐ฉโ๐ป
[![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.