Giter Club home page Giter Club logo

wordle's Introduction

Wordle

El Juego consiste en seleccionar aleatoriamente una palabra de 5 letras del catálogo de palabras. Al teclear o al dar click en una letra del teclado virtual, la letra se mostrará en la primera caja que se encuentre vacía y así sucesivamente. Al completar una fila de 5 letras, la aplicación compará cada letra de palabra formada con la palabra seleccionada y se aplicará la siguiente lógica:

  • a. Si la letra ingresada está en el mismo lugar, la caja se pintara de verde.
  • b. Si la letra ingresada está en la palabra pero no en el mismo lugar, la caja se pintará de amarillo
  • c. Si la letra ingresada no se encuentra en la palabra, la caja se mostrar de color gris

Observaciones generales del proyecto

  • El proyecto fue creado con React y Typescript
  • El framework de CSS usado fue Tailwind.
  • Para conocer información de las vistas, ir a src > page
  • Para conocer información de los componentes, ir a src > components
  • Para conocer información sobre service, localstorage y listeners, ir a src > hooks
  • En caso de blocks por CORS la aplicación selecciona la data desde un backup local, ir a src > dataBackup

Tareas pendientes

  • Unit Tests.
  • Agregar i18n.
  • Mejorar el reset de la vistas y estados de los componentes.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

wordle's People

Contributors

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