Skip to content

A React clone of Wordle, enhanced with user login and unlimited plays

License

Notifications You must be signed in to change notification settings

jgrochulski/wordle-clone

 
 

Repository files navigation


Logo

Wordle Clone

A clone of the popular game Wordle, with an added login system.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact
  5. Acknowledgments

About The Project

A clone of the popular game Wordle, enhanced with infinite words and a log in system.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/albercher/wordle-clone.git
  2. Install gems & create rails db
    bundle install
    rails db:create
  3. Install NPM packages
    npm install --prefix client
  4. Run the backend on localhost:3000
    rails s
  5. Run the frontend
    npm start --prefix client

(back to top)

Roadmap

  • User Stats

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contact

Jan Grochulski
LinkedIn
GitHub
janek.grochulski@gmail.com

Abbey Bercher
Portfolio
LinkedIn
GitHub
abbeybercher@gmail.com

(back to top)

Acknowledgments

(back to top)

About

A React clone of Wordle, enhanced with user login and unlimited plays

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 79.5%
  • Ruby 15.6%
  • CSS 3.8%
  • HTML 1.1%