Skip to content

chakravarthigit/prompt-frontend

Repository files navigation

PromptWizard

PromptWizard is a web application that helps users create, optimize, and compare prompts for various AI assistants like ChatGPT, Claude, Gemini, and more.

Features

  • Prompt Playground: Transform your ideas into powerful, optimized prompts
  • Compare Across Agents: See how your prompt performs differently across AI models
  • Ready-Made Templates: Use expert-crafted prompt templates for different use cases

Getting Started

Follow these steps to run the project locally:

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/prompt-wizard.git
    cd prompt-wizard
    
  2. Install dependencies

    npm install
    
  3. Run the setup script to organize the files

    npm run setup
    
  4. Start the development server

    npm start
    
  5. Open your browser and navigate to http://localhost:3000

Project Structure

  • /components - Reusable UI components
  • /pages - Page components for different routes
  • /utils - Utility functions

Technologies Used

  • React
  • React Router
  • Tailwind CSS
  • Framer Motion

License

This project is licensed under the MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published