https://github.com/webobite/react-ui-builder-with-json-template
A hobby project to create react screen with JSON templates
https://github.com/webobite/react-ui-builder-with-json-template
Last synced: 8 months ago
JSON representation
A hobby project to create react screen with JSON templates
- Host: GitHub
- URL: https://github.com/webobite/react-ui-builder-with-json-template
- Owner: webobite
- Created: 2022-08-01T12:42:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T17:50:42.000Z (over 3 years ago)
- Last Synced: 2025-04-12T04:37:45.879Z (about 1 year ago)
- Language: TypeScript
- Homepage: react-ui-builder-with-json-template.vercel.app
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React UI Builder with JSON Template
With React UI Builder with JSON targeting to create an interface for the UI considering different usecases :
Usecase 1 : Create a templated UI for taking online test application
## Tech Stack
**Client:** React, Redux(have planned to use), MaterialUI
**Server:** n/a
## Roadmap
- Work on the UI Engine to read the layout in json and render the same in the UI browser
- Add some unit test cases for the validations
- Release the project in npm package for ease of usage
- ... more to be added in comming future :-)
## Run Locally
Clone the project
```bash
git clone https://github.com/webobite/react-ui-builder-with-json-template.git
```
Go to the project directory
```bash
cd react-ui-builder-with-json-template
```
To install dependencies
```bash
yarn install
```
To run the project
```bash
yarn start
```
To run storybook for this project
```bash
yarn storybook
```