Giter Club home page Giter Club logo

word-kombat's Introduction

Word Kombat

word-kombat

Platform for English words learning.


Build and Run

To run this app you need Node.js 8+ and npm 4+ and PostgreSQL database

  1. Create environment variables: CLOUDINARY_API_KEY and CLOUDINARY_API_SECRET with your cloudinary api-key and api-secret
  2. To build and start the project run docker-compose up --build -d script

Words scrapping

You can populate database with your own words set or use word scrapper.

To user word scrapper:

  1. enable the onion routing proxy - TOR proxy (needed to prevent rate limiting)
  2. run npm start --prefix scrapper
  3. it will save all fetched words in scrapper/data/words.json.
  4. Then you should write sequelize-seeder to insert result into the database
  5. add seeder file into back/database/seeders
  6. and run npm run db:seed:all - to apply changes

For 20k words it will took approximately 120 minutes

Main features

  • words learning is based on an association with images
  • and organized in interactive chat-based competition
  • also, users can track their progress

UI samples

Sign Up

signup

Chat (Words Learning)

chat

The end of a match

match-end

Account

account

Leaderboards

leaderboards

On mobile screens

mobile

Chat offline

chat-offline

Account offline

account-offline

License

Word-Kombat is released under the BSD-3 License.

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.