Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rohatdgnr/questionapp
- Owner: rohatdgnr
- License: mit
- Created: 2024-08-28T21:58:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T08:36:27.000Z (4 months ago)
- Last Synced: 2024-09-10T00:38:09.036Z (4 months ago)
- Language: JavaScript
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
## InstallationYou 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