Skip to content

rdaavee/coderipple

Repository files navigation

CodeRipple

CodeRipple lets you practice coding interview problems with AI-generated questions, solve them in an integrated code editor, and get instant AI-powered feedback. Built with React, Vite, TailwindCSS, and Puter AI.

Features

  • AI-Generated Problems: Generate random coding questions with varying difficulty (Beginner, Medium, Intermediate).
  • Built-in Code Editor: Write and test solutions directly in the browser using CodeMirror.
  • AI Feedback: Get hints and validation without revealing full solutions.
  • Regenerate Questions: Practice with different problems at any time.
  • Modern UI: Clean and responsive interface for smooth user experience.

Technologies Used

  • Frontend:

    • React
    • Vite
    • TailwindCSS
    • CodeMirror
    • Lucide-React
  • AI Integration:

    • Puter AI

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

Ensure that Node.js and npm are installed on your system.

  1. Clone this repository:

    git clone https://github.com/your-username/coderipple.git
    
  2. Navigate to the project dir:

    cd coderipple
    
  3. Install dependencies:

    npm install
    
  4. Running the application:

    npm run dev
    

That's it!

About

A web app for practicing coding problems with Puter AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published