Git Product home page Git Product logo

wordle's Introduction

A simple Wordle app made with create-react-app

A json file stores words that are fetched in the app and a random word gets assigned as the solution. The user can make 6 attempts to find the solution.

On PC, the letters can be entered in each box either with the user’s keyboard or by clicking on the letters present on the app’s keypad interface. On mobile, users can only use the app’s keypad.

The app’s design is minimal and responsive. While dark mode is pre-selected, the user can also choose the light mode if they prefer, and toggle between modes.

Main branch contains the initial code of the app. The json file for the word is in a separate data folder, meant for use with json-server. Json-server can’t be used with Github Pages as far as I know, and I wanted to deploy this personal project cost-free. So I created another branch, build, and moved the db.json to the public folder.

In accordance with create-react-app documentation, I used the npm package gh-pages to build and deploy the app from the build branch. Which then created the gh-pages branch, that is used to make the Github Pages website.

wordle's People

Contributors

eyjafjallaj200ull 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.