Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeOrdinaryBro committed Aug 6, 2024
2 parents b8795c4 + 0b76e4e commit c0dfba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# JSONify

**JSONify** is a simple web application designed to format JSON data into a more readable format. With JSONify, you can quickly and easily visualize and debug your JSON data.

## Live Demo

You can access the live version of JSONify [here](https://someordinarybro.github.io/JSONify_Codes/).

## Features

- **JSON Formatting**: Converts raw JSON data into a human-readable format with proper indentation.
- **Error Handling**: Displays an error message if the input JSON data is invalid.

Expand All @@ -25,14 +17,6 @@ You can access the live version of JSONify [here](https://someordinarybro.github
- The formatted JSON will appear on the right side of the page in a readable format.
- If there is an error with the JSON data, an "Invalid JSON" message will be displayed.

## File Structure

The project consists of three main files:

- `index.html`: The HTML structure of the application.
- `styles.css`: The CSS styles used for the application's layout and design.
- `scripts.js`: The JavaScript file that handles JSON formatting.

## Development

To contribute or modify this project:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>

<footer>
<p>To read the documentation explaining how this works, click <a href="./Documentation/doc.md">here</a>.</p>
<p>To read the documentation explaining how this works, click <a href="Documentation/doc.md">here</a>.</p>
</footer>

<script src="scripts.js"></script>
Expand Down

0 comments on commit c0dfba0

Please sign in to comment.