Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohatdgnr/questionapp

A test game with 10 questions. Each question remains on the screen for 30 seconds, the answer options are hidden for the first 4 seconds. At the end of the game, the correct and incorrect answer numbers are shown.
https://github.com/rohatdgnr/questionapp

Last synced: 9 days ago
JSON representation

A test game with 10 questions. Each question remains on the screen for 30 seconds, the answer options are hidden for the first 4 seconds. At the end of the game, the correct and incorrect answer numbers are shown.

Awesome Lists containing this project

README

        

# Question App

This project is a question-answer application developed using HTML, CSS, JavaScript, React, and Vite.

## [Click Here for Live Site]
https://66d426dd75f6cefe615b818a--capable-kulfi-7633c8.netlify.app/
## Installation

You can follow the steps below to run the project in your local environment:

1. Clone the repository:
```bash
git clone https://github.com/rohatdgnr/QuestionApp.git
```
2. Install the necessary dependencies:
```bash
npm install
```
3. Start the application:
```bash
npm run dev
```

## Usage

The application will start running on your local server. It will be accessible by default at `http://localhost:5173`. Open your browser and navigate to this address to start using the application.

## Project Structure

- `src/`: Source files of the application
- `components/`: React components
- `assets/`: Style files and other assets
- `App.jsx`: Main application component
- `main.jsx`: Entry point of the application

## Technologies

- **HTML**: Structural markup language
- **CSS**: Styling and design
- **JavaScript**: Dynamic functionality
- **React**: User interface components
- **Vite**: Development and build tool