Skip to content

Commit 0c4c797

Browse files
authored
Merge pull request #24 from oslabs-beta/ronak/gifs
2 parents d401241 + 99ab4cf commit 0c4c797

File tree

11 files changed

+12852
-2839
lines changed

11 files changed

+12852
-2839
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<br />
22
<div align="center">
3-
<a href="https://github.com/oslabs-beta/fflow">
3+
<!-- <a href="https://github.com/oslabs-beta/fflow">
44
<img src="images/logo.png" alt="Logo" width="80" height="80">
5-
</a>
5+
</a> -->
66

77
<h3 align="center">fflow</h3>
88

@@ -12,7 +12,7 @@
1212
<a href="https://github.com/oslabs-beta/fflow"><strong>Explore the docs »</strong></a>
1313
<br />
1414
<br />
15-
<a href="https://github.com/oslabs-beta/fflow">View Demo</a>
15+
<a href="https://github.com/oslabs-beta/fflow/tree/ronak/gifs#about-fflow">View Demo</a>
1616
·
1717
<a href="https://github.com/oslabs-beta/fflow/issues">Report Bug</a>
1818
·
@@ -68,6 +68,8 @@ We are really excited to launch this alpha version and hope you will download, p
6868

6969
Visit our website here 👉 https://fflow.dev
7070

71+
<img src="./src/assets/dnd.gif">
72+
7173
### Features
7274

7375
- Drag, Drop, Reorder and Delete HTML Tags
@@ -100,6 +102,24 @@ Visit our website here 👉 https://fflow.dev
100102
- [Playwright](https://playwright.dev/docs/api/class-electronapplication)
101103
<p align="right">(<a href="#top">back to top</a>)</p>
102104

105+
### Loading Screen
106+
<img src="./src/assets/splashDemo.gif">
107+
108+
### Light and Dark Mode
109+
<img src="./src/assets/darkMode.gif">
110+
111+
### Create Custom Components and Nest HTML elements
112+
<img src="./src/assets/customComps.gif">
113+
114+
### Edit CSS directly in the App
115+
<img src="./src/assets/cssEditor.gif">
116+
117+
### Export Working Project
118+
<img src="./src/assets/export.gif">
119+
120+
### Clear canvas to start from scratch
121+
<img src="./src/assets/clearCanvas.gif">
122+
103123
## Getting Started
104124

105125
The following instructions are split into two sections for:

package-lock.json

Lines changed: 9474 additions & 2607 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"electron": "^16.0.8",
9292
"electron-devtools-installer": "^3.2.0",
9393
"electron-packager": "^15.4.0",
94+
"electron-rebuild": "^3.2.7",
9495
"eslint": "^8.8.0",
9596
"eslint-config-airbnb": "^19.0.4",
9697
"eslint-plugin-import": "^2.25.4",

src/assets/clearCanvas.gif

2.45 MB
Loading

src/assets/cssEditor.gif

2.76 MB
Loading

src/assets/customComps.gif

3.89 MB
Loading

src/assets/darkMode.gif

2.13 MB
Loading

src/assets/dnd.gif

6.61 MB
Loading

src/assets/export.gif

10.7 MB
Loading

src/assets/splashDemo.gif

9.36 MB
Loading

0 commit comments

Comments
 (0)