All Projects → open-source-labs → Reactype

open-source-labs / Reactype

Licence: mit
🧪 Prototyping Tool for exporting React/Typescript Applications!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Reactype

Gotcha
Turn your Framer prototype into its own live developer spec.
Stars: ✭ 103 (-91.44%)
Mutual labels:  prototyping, front-end-development
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+186.62%)
Mutual labels:  application, prototyping
Prevue
🎨 All in One Prototyping Tool For Vue Developers.
Stars: ✭ 1,278 (+6.23%)
Mutual labels:  application, front-end-development
Webpack Ops
📁 webpack bundle visualization // optimization // config tool
Stars: ✭ 251 (-79.14%)
Mutual labels:  application, front-end-development
Giraffeql
🦒 Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-89.36%)
Mutual labels:  application, front-end-development
React Proto
🎨 React application prototyping tool for developers and designers 🏗️
Stars: ✭ 3,261 (+171.07%)
Mutual labels:  prototyping, front-end-development
Pela Blocks
3D printed, LEGO-compatible parametric rapid prototyping, robots and enclosures
Stars: ✭ 62 (-94.85%)
Mutual labels:  prototyping
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-94.18%)
Mutual labels:  application
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-95.01%)
Mutual labels:  application
Gitee
Gitee, OS X status bar application for Github
Stars: ✭ 1,095 (-8.98%)
Mutual labels:  application
Ibanimatable
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
Stars: ✭ 8,585 (+613.63%)
Mutual labels:  prototyping
Bootstrap Xd
Bootstrap Design Template — Assets Library — for Adobe XD
Stars: ✭ 74 (-93.85%)
Mutual labels:  prototyping
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (-94.43%)
Mutual labels:  application
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (-6.57%)
Mutual labels:  application
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-94.01%)
Mutual labels:  application
Babel Plugin Partial Application
[DEPRECATED] Please use https://github.com/citycide/param.macro
Stars: ✭ 60 (-95.01%)
Mutual labels:  application
Stickynotes
A Sticky Note Application
Stars: ✭ 74 (-93.85%)
Mutual labels:  application
Pencil
The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
Stars: ✭ 8,225 (+583.71%)
Mutual labels:  prototyping
Popcommerce
POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 64 (-94.68%)
Mutual labels:  application
Checklist Tools Website
🍿 The perfect Checklist Website for meticulous developers.
Stars: ✭ 73 (-93.93%)
Mutual labels:  front-end-development

ReacType

PRs Welcome License: MIT Version 5.0

ReacType 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!

ReacType allows users to visualize their application architecture dynamically, employing a drag-and-drop canvas display and a real-time component code preview. Users can create components and drag instances of these components, as well as 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.

New with version 5.0:

  • Elements may be added to components in any location, rather than only at the bottom
  • Compatibility with Gatsby.js
  • Modernized and cleaner UI, including enhanced dark mode
  • Tutorial has been updated to reflect other modifications

Download for MacOS, Windows, Linux.

  • Mac users: After opening the dmg and dragging ReacType into your Applications folder, ctrl+click the icon and select 'Open' from the context menu to run the app. This extra step is necessary since we don't have an Apple developer license yet.

  • Windows users: Install the application by running ReacType Setup 5.0.0.exe.

  • Linux users: Run the application as a super user in order to read and write files.

Gif of adding

How to use

  • Sign-in page: Sign up for an account, or just continue as a guest. Registered users enjoy additional project-saving functionality.
  • Tutorial: Click ‘Tutorial’ from the Help tab’s dropdown menu (at the top left of the application) to view a tutorial.
  • Start a project (only after registration): Registered users can create a new project and select whether they want their project to be a Next.js, Gatsby.js, or classic React project. Also, registered users can save projects to return to them at a later time.
  • Add Components: Create components on the right panel. Components can be associated with a route, or they can be used within other components.
  • Delete Components: Delete components after focusing on them in the right panel. Be careful when deleting components: Upon deletion, all instances of the component will be removed within the application/project.
  • Add Custom Elements: Create custom elements or add provided HTML elements into the application. Once the project is exported, the HTML tags generated in the code preview will function as expected. You can specify functionality for custom elements in the code preview. The tutorial on HTML Elements explains more on how to do this.
  • Delete Custom HTML Elements: Delete custom HTML elements by clicking on the ‘X’ button adjacent to the element. Be careful when deleting custom elements: All instances of the element will be deleted within the application/project.
  • Create Instances on the Canvas: Each component has its own canvas. Add an element to a component by dragging it onto the canvas. Div components are arbitrarily nestable and useful for complex layouts. Next.js and Gatsby.js projects have Link components to enable client-side navigation to other routes.
  • Component Tree: Click on the Component Tree tab next to the Code Preview tab to view the component tree hierarchy.
  • Update Styling: Select an element on the canvas to update its basic style attributes on the right panel. As you create new instances and add styling, watch as your code dynamically generates in the code preview in the bottom panel.
  • User Preference Features: With the click of a button, toggle between light mode and dark mode, depending on your preference.
  • Export project: Click the “Export Project’ button to export the project’s application files into a TypeScript file. The exported project is fully functional with Webpack, Express server, routing, etc., and will match what is mocked on the canvas.

Contributors

Aaron Bumanglag @akbuma

Adam Singer @spincycle01

Alex Wolinsky @aw2934

Andrew Cho @andrewjcho84

Brian Han @brianjshan

Charles Finocchiaro @null267

Chelsey Fewer @chelseyeslehc

Christian Padilla @ChristianEdwardPadilla

Diego Vazquez @diegovazquezny

Eliot Nguyen @ibeeliot

Fredo Chen @fredosauce

Jesse Zuniga @jzuniga206

Jin Soo Lim @jinsoolim

Julie Wu @yutingwu4

Linh Tran @Linhatran

Luke Madden @lukemadden

Mitchel Severe @mitchelsevere

Natalie Vick @natattackvick

Nel Malikova @gmal1

Sean Sadykoff @sean1292

Shlomo Porges @shlomoporges

Sophia Huttner @sophjean

Stormi Hashimoto @stormikph

Tolga Mizrakci @tolgamizrakci

Tony Ito-Cole @tonyito

Tyler Sullberg @tsully

To Run Your Own Version

  • Fork and Clone Repository.
  • Open project directory
  • Install dependencies
npm install
  • To run the production build
npm run prod
  • To run the development build
npm run dev
  • Please note that the development build is not connected to the production server. npm run dev should spin up the development server from the server folder of this repo. For additional information, the readme is here. Alternatively, you can select "Continue as guest" on the login page of the app, which will not use any features that rely on the server (authentication and saving project data.)

To Run Your Exported Next.js or Gatsby.js Project

  • Open exported project directory
  • Install dependencies
npm install
  • Build the app
npm run build
  • Start an instance
npm run start
  • Open browser and navigate to localhost at specified port

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].