Skip to content

ScaledFocus/code-gen-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock AI Code Generator

This is a sample React application that mocks an AI assistant for generating full-fledged code based on user queries. It features a modern UI with best UX practices, including responsive input forms and progressive step visualizations.

Prerequisites

  • Node.js (version 14 or higher recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository or navigate to the project directory.
  2. Install dependencies:
    npm install
    

Running the App

Start the development server:

npm start

Open http://localhost:3000 in your browser to view the app.

Usage

  • Enter a code generation request in the input field or use the 'Load Sample Question' button.
  • Click 'Generate' to simulate the AI planning process.
  • Watch the planning steps complete gradually.
  • Once finished, mock links to a GitHub repository and a local running instance will be displayed.

Dependencies

The main dependencies are listed in package.json. Key ones include:

  • react
  • react-dom
  • react-scripts

For a full list, run npm list.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published