Coder Social home page Coder Social logo

motus's Introduction

Motus

Motus is a Wordle-like online app made with react and typescipt. It's still WIP, so there are bugs.

Features

demo1 demo2

  • Ranks (the more you play, the higher your rank gets and words get increasly longer).
  • Custom word list, you can import your own custom .dic file, the default one is in french, with 900k words.
  • An API to get words by lengh, check if word exists, and stats.
  • Streaks.
  • The UI is currently in french only, but it's pretty easy to translate.
  • "Share" button that will generate a sharable image of your wordle.
  • Not a feature, but this was made for a school project, that's why most values are in french.

API

The API only has one endpoint:

GET /api/word

You can get a random word using the 'taille' parameter :

GET /api/word?taille=5
>> { 'mot': 'mange' }

Check if a word exists:

GET /api/word?type=check&mot=test
>> { 'exists': true }

The API needs time to cache the imported dictionnary the first time you use it after launching the app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

motus's People

Contributors

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