Close file
Close file
Close file
Close file
import React, { useEffect } from 'react';
import './style.css';

export default function App() {
  return (
    <div>
      <div className="container">
        <h1>Infinite Moving Cards</h1>
        <span>ACEPREP</span>

        <p>Read the description for more information</p>
        {/* Write your code here */}
      </div>
    </div>
  );
}

Console

JavaScript Console
console.log() statements will appear here.