Skip to content

A Wordle-inspired clone web app built using Flask (backend) and vanilla HTML, CSS, and JavaScript (frontend). Features category-based word selection, a virtual keyboard, and result tracking with feedback colors. Currently a work in progress.

Notifications You must be signed in to change notification settings

SarahSohaib/wordle-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Wordle Clone

A minimalist Wordle-inspired web app, built using Flask on the backend and vanilla HTML, CSS, and JavaScript on the frontend.

This version lets players pick a category before each game and challenges them to guess a 5-letter word with feedback after every attempt. A virtual keyboard and color-coded hints enhance the gameplay. Still a work in progress.

Features

  • 🔤 5-letter word guessing game
  • 🗂 Category-based word selection
  • ⌨️ On-screen keyboard with dynamic visual feedback
  • 🎯 Attempt tracking with guess validation
  • 🎨 Color-coded results: correct, present, and absent letters

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python with Flask
  • Deployment (Planned): Render

Getting Started

To run the app locally:

  1. Clone the repository:

    git clone https://github.com/your-username/wordle-clone.git
    cd wordle-clone
  2. Install dependencies:

    pip install flask
  3. Run the Flask server:

    python app.py
  4. Open the app in your browser: Visit http://localhost:5000

To-Do

  • Add mobile responsiveness
  • Integrate score tracking
  • Enhance keyboard UX
  • Add animations and polish
  • Final deployment on Render with a public URL

License

This project is licensed under the MIT License.


Note

This is a solo side project made for learning and fun. Still improving it bit by bit.

About

A Wordle-inspired clone web app built using Flask (backend) and vanilla HTML, CSS, and JavaScript (frontend). Features category-based word selection, a virtual keyboard, and result tracking with feedback colors. Currently a work in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published