Coder Social home page Coder Social logo

tn1ck / anagrams.io Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 39.52 MB

Sophisticated anagrams finder. Lets you explore the whole anagrams search space. Multi language support: english, german, french, spanish

Home Page: https://anagrams.io

License: MIT License

TypeScript 98.41% HTML 1.55% JavaScript 0.05%
anagram anagram-finder anagram-solver anagrams anagrams-search

anagrams.io's Introduction

anagrams.io

Anagrams.io is a client side anagrams finder. The goal was to make it easy to find good anagrams for any word length. Due to the calculations happening client side, the whole search space can be explored.

Netlify Status

Kapture.2023-05-14.at.15.46.18.webm

Getting started

  1. To run it you need node.js, see their guides on how to install.
  2. Run npm install
  3. Run npm start for local development
  4. Run npm build to create the production build in the dist folder. Use npm run preview to preview it.

Technologies

The project is quite old and is using some technologies I wouldn't use now, but it works.

  1. React for the UI. This was written before hooks were a thing so component lifecycle is mostly done with classes and usage of now deprecated functionality.
  2. mobx for state management. The state manipulations are quite complex as we have to deal with a lot of anagrams calculated per second and want to keep it performant.
  3. Styled components for theming. It's not super consistent, there also inline styles here and there.
  4. Netlify for deployment.

Contributing

Fork & Make a pull request! Any contributions are welcome (especially improving the dictionaries).

anagrams.io's People

Stargazers

 avatar  avatar  avatar

Watchers

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