Skip to content

Instantly share code, notes, and snippets.

import React, { useState } from 'react';
import { Button } from '@/components/ui/button';
import { CheckCircle, XCircle, Shuffle, ArrowLeft, ArrowRight } from 'lucide-react';
const NotecardApp = () => {
const data = {
"notecards": [
{
"front": "What is first principle thinking?",
"back": "A problem-solving method that breaks down complex issues into their most basic, foundational truths."