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

https://github.com/damiieibikun/spelling-app

Simple spelling application
https://github.com/damiieibikun/spelling-app

bootstrap javascript

Last synced: 3 months ago
JSON representation

Simple spelling application

Awesome Lists containing this project

README

          

# Spelling Game

This is a simple spelling game built using **Advanced JavaScript** and **Bootstrap**. The game displays an image, and the player must correctly spell the word associated with the image before time runs out.

## 🚀 Features
- Interactive spelling challenge
- Randomized word selection with images
- Countdown timer for each word
- Score tracking system
- Responsive design with Bootstrap styling

## 🛠️ Technologies Used
- **JavaScript (ES6+)**: Game logic and dynamic DOM manipulation
- **Bootstrap**: Styling and layout
- **Pixabay Images**: Sourced images for spelling words

## 📂 Folder Structure
```
📦 spelling-game
├── 📜 index.html # Main HTML file
├── 📜 index.js # JavaScript game logic
├── 📜 README.md # Project documentation
```

## 🎮 How to Play
1. Click **Start Game** to begin.
2. A random image appears, and the timer starts counting down.
3. Use the on-screen keyboard to spell the correct word.
4. Click **Check Answer** to submit your answer.
5. If correct, move to the next word. If incorrect, try again.
6. The game ends after all words have been attempted.
7. Your final score is displayed at the end.

## 🛠️ Installation & Setup
- No additional setup is required as this is a static project.
- After cloning repo, Simply open the `index.html` file in a web browser to play the game.

Enjoy spelling! 📝✨