This is a quiz application built with React and Vite.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/NaderFayed2007/trivia-.git
-
Navigate to the project directory:
cd trivia- -
Install the dependencies:
npm install
-
Run the development server:
npm run dev
public/: Static assets.src/: Source code.components/: React components.services/: API services.App.tsx: Main application component.index.tsx: Entry point of the application.types.ts: TypeScript type definitions.
vite.config.ts: Vite configuration.tsconfig.json: TypeScript configuration.package.json: Project dependencies and scripts.README.md: Project documentation.