You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fflow is a frontend developer tool to create React applications in no time and with minimal effort using the simple drag and drop UI. It combines the most compelling features of Create React App, React ES6 snippets, and a beautiful user experience.
63
+
fflow is a frontend developer tool to create React applications in no time and with minimal effort using the simple drag and drop UI. It combines the most compelling features of Create React App, React ES6 snippets, and a beautiful user experience.
63
64
64
-
👉 https://openfflow.dev
65
+
👉 https://fflow.dev
65
66
66
67
GIFS to be inserted here and centered aligned
67
68
@@ -72,8 +73,10 @@ GIFS to be inserted here and centered aligned
72
73
- Light and Dark Theme based on OS Preferences and Manual Toggle
73
74
- Delete Project to restart project
74
75
- Clear current canvas to restart nesting in a component
75
-
- Live preview and add to your JavaScript code
76
-
- Export your code with webpack to instantly setup your project
76
+
- Live preview in code editor with the ability to edit or add code to your JavaScript, HTML, and CSS files
77
+
- File tree switch between React components
78
+
- Export your code files with webpack to instantly setup your project
79
+
- Terminal initializing to the either powershell.exe or zsh based on the user's OS, so the user can navigate to their exported files and launch their app
77
80
- Localstorage sync
78
81
- Canvas outline when HTML tag or Component is dragged over it
79
82
@@ -88,8 +91,12 @@ GIFS to be inserted here and centered aligned
5. Add `'postcss-loader'` to the css rules in `webpack.config`
276
292
277
293
### Change App Title
278
-
This boilerplate names your project `Exported Project`. You can change the app title by inserting the app title within the `<title> </title>` tags in `index.html`.
294
+
295
+
This boilerplate names your project `Exported Project`. You can change the app title by inserting the app title within the `<title> </title>` tags in `index.html`.
279
296
280
297
<palign="right">(<ahref="#top">back to top</a>)</p>
Read our [contributing guide](https://github.com/oslabs-beta/CONTRIBUTING.md) for more information on how to propose fixes and improvements to fflow.
320
+
## Contributing Guide
321
+
322
+
Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contributions are greatly appreciated.
323
+
324
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
325
+
326
+
1. Fork this repo
327
+
2. Create your Feature Branch (git checkout -b yourgithubhandle/AmazingFeature)
328
+
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
329
+
4. Push to the Branch (git push origin yourgithubhandle/AmazingFeature)
330
+
5. Open a Pull Request
331
+
<palign="right">(<ahref="#top">back to top</a>)</p>
332
+
333
+
<!-- Read our [contributing guide](https://github.com/oslabs-beta/CONTRIBUTING.md) for more information on how to propose fixes and improvements to fflow. -->
0 commit comments