vacaramin / mobiview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobiview-code-whisper-frontend

Logo

Introduction

The Mobiview-code-whisper-frontend is a React-based application designed to provide a user-friendly interface for generating mobile application code. The frontend allows users to enter prompts and choose between generating code for Flutter or SwiftUI. The generated code is then displayed within the UI, and users have the option to further customize the output using tools like pen, add, and others to refine the generated code.

Requirements

  • Node.js: Version 21.6.2 or higher

Getting Started

Clone the Repository

To get started with the Mobiview-code-whisper-frontend, you need to clone the repository to your local machine. Use the following command in your terminal:

git clone https://github.com/your-username/mobiview-code-whisper-frontend.git
cd mobiview-code-whisper-frontend

Install Dependencies

Once you have cloned the repository, you can install the required dependencies by running:

npm install

Running the Application

To run the application on your local development server, execute:

npm start

This command will start the React application and open it in your default web browser. By default, the application will be available at localhost:3000.

Features

  • Code Generation: Choose between Flutter and SwiftUI to generate mobile application code based on user-provided prompts.
  • Interactive Customization Tools: Utilize tools like pen and add to make direct customizations to the generated code.
  • Refinement of Code: Input additional prompts to refine and perfect the generated code.

About


Languages

Language:JavaScript 50.3%Language:CSS 27.4%Language:HTML 22.3%