Skip to content

abhaykvincent/dreamflow

Repository files navigation

Dreamflow

Getting Started with DreamFlow

This project is an implementation of a Visual Website Builder [dreamFlow], front-end built on TypeScript, React, Redux. Backend which is built on Node.js, Express, and Firebase, is in a different repository . ..................SSS...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS S Some of the functionality like Command control, a tool using LLM for code generation, can only be accessed by serving the backend API at endpoint: http://localhost:5001/typeflow/us-central1/api/[A-Za-z]+-(?i)openai|penn-teller|angelou|steven-hawking|aristotle|einstein

Screenshot and GIFs

image Uploading image.png…

Core Structure

The core structure of the project is as follows: NB: Only the core structure is shown, the project is still in development and the structure is subject to change.

    │
    ├── 📁 src
    │   ├── 📄 App.test.tsx
    │   ├── 📄 App.tsx
    │   ├── 📄 index.tsx
    │   ├── 📄 react-app-env.d.ts
    │   ├── 📄 reportWebVitals.ts
    │   ├── 📄 setupTests.ts
    │   ├── 📁 app
    │   │   ├── 📄 hooks.ts
    │   │   ├── 📄 store.ts
    │   │   └── 📁 utils
    │   │       └── 📄 apiUtils.js
    │   ├── 📁 assets
    │   │   ├── 📁 icons
    │   │   │   ├── 📁 devices
    │   │   │   ├── 📁 elements
    │   │   │   ├── 📁 layout
    │   │   │   ├── 📁 position
    │   │   │   └── ... (other icons)
    │   │   └── 📁 logo
    │   │       ├── 📄 logo-infinite.png
    │   │       └── 📄 logo-prod.png
    │   ├── 📁 components
    │   │   ├── 📁 ChatBox
    │   │   ├── 📁 RolesControl
    │   │   ├── 📁 sizeInspector
    │   │   ├── 📁 ResponsiveControl
    │   │   ├── 📁 QuickPrompt
    │   │   ├── 📁 positionInspector
    │   │   ├── 📁 layoutInspector
    │   │   ├── 📁 menu-bar
    │   │   ├── 📁 SpacingInspector
    │   │   └── 📁 TypographyInspector
    │   ├── 📁 declarations
    │   │   └── 📄 declarations.d.ts
    │   ├── 📁 features
    │   │   ├── 📁 _counter
    │   │   ├── 📁 sidebar
    │   │   ├── 📁 copilot
    │   │   ├── 📁 inspector
    │   │   ├── 📁 header
    │   │   ├── 📁 canvas
    │   │   └── 📁 elementPalette
    │   ├── 📁 style
    │   |   ├── 📄 App.scss
    │   |   ├── 📄 index.scss
    │   |   ├── 📄 border-mixins.scss
    │   |   ├── 📄 colours.scss
    │   |   └── 📄 dark-colour-variables.scss
    │   │
    │   └── package.json
    │

Read first

BUG Alert

This is a work in progress. This software/web-app is not ready for production use.

Available Scripts

In the project directory, you can run:

npm start

Runs the React app [DreamFlow] in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\

npm run build

Builds the app [Flow] for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed! qwerty

qwertyuiop

To learn more, check out the Project documentation.