An open API service indexing awesome lists of open source software.

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

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
```