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.
- Node.js (version 14 or higher recommended)
- npm (comes with Node.js)
- Clone the repository or navigate to the project directory.
- Install dependencies:
npm install
Start the development server:
npm start
Open http://localhost:3000 in your browser to view the app.
- 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.
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!