willnap / preducks

streamline + visualize redux prototyping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRs Welcome License: MIT

preducks is a visual prototyping tool for developers employing React component architecture alongside the comprehensive type checking of TypeScript. In other words, you can draw prototypes and export React / Typescript code!

preducks allows the user to visualize their application architecture dynamically, employing a canvas display, an application tree, and a real-time component code preview. The user can create components and load instances of these components, as well as nested HTML elements, onto the canvas. This architecture can then be exported as TypeScript application files to be used as a starter template for any repository.

running your own version

  • Fork and Clone repository.
  • open project directory
  • install dependencies
npm install
  • run application
npm start
  • for development experience
npm run dev

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

streamline + visualize redux prototyping

License:MIT License


Languages

Language:TypeScript 87.0%Language:JavaScript 8.0%Language:CSS 4.7%Language:HTML 0.3%