https://github.com/2kabhishek/json-list
React app to generate Product List from JSON data. ✔🌌
https://github.com/2kabhishek/json-list
beginner json json-data react
Last synced: about 2 months ago
JSON representation
React app to generate Product List from JSON data. ✔🌌
- Host: GitHub
- URL: https://github.com/2kabhishek/json-list
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-12-06T17:19:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:38:21.000Z (over 3 years ago)
- Last Synced: 2025-01-12T03:30:15.338Z (over 1 year ago)
- Topics: beginner, json, json-data, react
- Language: JavaScript
- Homepage: https://2kabhishek.github.io/json-list
- Size: 239 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sample app to generate Product List from JSON data. The data is stored in `src/db.json`.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `node, npm`
## Getting json-list
To get json-list, follow these steps:
```bash
git clone https://github.com/2kabhishek/json-list
cd json-list
npm install # Installs dependencies
npm start # Runs live on localhost:3000
npm test # Runs tests
```
## Using json-list
Copy Components into your project structure and include them in your jsx
```jsx
import AllProductsPage from Components/AllProductsPage/AllProductsPage
// Other jsx code
// Code continues
```
Hit the :star: button if you found this useful.
### More Info