oslabs-beta / Reactrix

Analytical prototyping tool for React
https://www.reactrix.app
MIT License
60 stars 15 forks source link
developer-tools performance-testing react typescript

Reactrix

0_f8MwyXeJyta2ZzMn

Reactrix is an analytical prototyping tool for developers to not only rapidly produce React component trees, but to also determine what structures may lead to the most optimal performance.

Reactrix brings together the commodity of prototyping with a drag and drop feature, allowing users to build out their component trees, and the ability to quickly assess the performance of their applications.

Main Features:

Getting Started!

  1. Simply clone the repo to your local machine

    git clone https://github.com/oslabs-beta/Reactrix.git
  2. Npm install the needed packages

    npm install
  3. Run the application with command node dev.js

    node dev.js
  4. Continue as guest to demo the app. For future collaborators, create a .env file and access the secrets stored in GitHub (reference documentation)



Contributors:

Kevin Chung @kevhjc

Jay Heo @heojay0309

Tychicus Lee @tychicuslee

Jonathan Tam @jktam336