Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/json
Display JSON object using simple webpage.
https://github.com/msaf9/json
html5 javascript json
Last synced: 24 days ago
JSON representation
Display JSON object using simple webpage.
- Host: GitHub
- URL: https://github.com/msaf9/json
- Owner: msaf9
- License: mit
- Created: 2020-06-28T07:15:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T04:04:19.000Z (9 months ago)
- Last Synced: 2024-11-08T08:49:24.436Z (3 months ago)
- Topics: html5, javascript, json
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON object implementation in Webpage using Plain JS
JSON object in Webpage.## Table of contents
- [Introduction](#introduction)
- [Web Technologies](#web-technologies)
- [Project status](#project-status)
- [Installation](#installation)
- [License](#license)## Introduction
This project deals with the implementation of JSON object in Webpage using Plain JavaScript.## Web Technologies
- HTML5 (Markup language)
- CSS3 (styling language)
- JavaScript (programming language)
- Data format: JSON - [companies.json](companies.json)## Project status
> **In progress**## Installation
### Get repository
```git
git https://github.com/msaf9/json.git
cd json
```## License
[MIT License](LICENSE)