Skip to content

Commit

Permalink
Updated final README
Browse files Browse the repository at this point in the history
  • Loading branch information
InvectivusTaco committed May 13, 2024
1 parent 1cf7e43 commit 4cb7c59
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
**ReacType** is a React prototyping tool that allows users _visualize_ their application architecture dynamically, employing an interactive drop and drag display with real-time component code preview and a collaboration room that features live video and chat functionality. Generated code can be exported as a **React** app 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!**

<p align="center">
<img width="1000" src="./resources/v21 empty canvas.png">
<img width="1000" src="./resources/v21 MUI Canvas.png">
</p>

Visit [reactype.dev](https://reactype.dev) to learn more about the product.
Expand All @@ -63,7 +63,7 @@ Follow [@ReacType](https://twitter.com/reactype) on Twitter for important announ
- **MUI Components**: Material UI can now be used to Create / Style your Applications
- **UI Updates**: The UI now features a more modern and user friendly experience to reflect the newly added Components.
- **DX Updates**: Migrated from Jest to Vitest to allow better compatibility, as well as to reduce complexity and streamline the Development Workflow.
- **JS DOCS**: Added 264 JSDoc comment blocks throughout the codebase.
- **JS DOCS**: Added 273 JSDoc comment blocks throughout the codebase.
- **Cleanup**: Removed unused code, fixed bugs, and made major performance improvements.
- **And more:** See the [change log](https://github.com/open-source-labs/ReacType/blob/master/CHANGE_LOG.md) for more details on what was changed from the previous versions, as well as plans for upcoming features!

Expand All @@ -76,7 +76,7 @@ Follow [@ReacType](https://twitter.com/reactype) on Twitter for important announ
Get a glimpse of how ReacType works!

<p align="center">
<img width="1000" src="./resources/"> // update w/ gif previewing MUI components
<img width="1000" src="./resources/v21 Preview.gif">
</p>

<!-- NEED TO REPLACE THE TUTORIAL LINK -->
Expand All @@ -86,7 +86,7 @@ Get a glimpse of how ReacType works!
Here is the main file structure:

<p align="center">
<img width="1000" src="./resources/v19filestructure.png"> // update with updated file structure
<img width="1000" src="./resources/v21 File Structure.png">
</p>

Given to us courtesy of our friends over at React Relay
Expand Down
Binary file removed resources/v21 Demo.gif
Binary file not shown.
Binary file added resources/v21 File Structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/v21 MUI Canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/v21 Preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/v21 empty canvas.png
Binary file not shown.

0 comments on commit 4cb7c59

Please sign in to comment.