Giter Site home page Giter Site logo

worddle's Introduction

Wordle Game Clone

Frontend Clone of a Wordle Game Web Application

Demo Video

DemoVideo.mp4

Features

  1. Size of each solution word = 5
  2. Total chances for each solution word = 6
  3. Color coding of guessed characters: a. Green -- correct character at correct position b. Yellow -- correct character but not at correct position c. Grey -- wrong character i.e., not present in the word at all
  4. WIN: word is guessed correctly before chances are over LOOSE: word is not guessed correctly before all chances are over
  5. Result modal box appears on displaying WIN or LOOSE
  6. A new solution word is expected on every tab refresh
  7. Characters can be entered from system keyboard only
  8. Press 'Enter' to check if the guessed word is correct or not for each guess

Data management

Solution words data: Location --> data/db.json (Host the json file locally before fetching data from it: Run following command on terminal from project folder: >> json-server data/db.json --port [any free port no., ex: 8000] )

Tech used

  • HTML, CSS, Javascript, React, JSON, WebAPI

  • Hooks used: useState, useEffect, useWordle -->(custom hook)


Snapshots

Wordle Clone1

Wordle Clone2 Wordle Clone3

Wordle Clone4 Wordle Clone5

Wordle Clone6


worddle's People

Contributors

kumaramit1947 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.