GithubHelp home page GithubHelp logo

pallavipsap / crossword-puzzle-react Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zluo16/crossword-puzzle-react

0.0 0.0 0.0 269 KB

Crossword puzzle built with React and Rails

Home Page: https://crossword-puzzle.herokuapp.com/

HTML 5.98% CSS 9.07% JavaScript 84.95%

crossword-puzzle-react's Introduction

Crossword Puzzle

A crossword puzzle built with React and Rails | The Back End | Demo

Crossword Puzzle Screen Shot

App description

  • This is an application that generates crosswords puzzles. It does this by randomly picking a pre-generated crossword from its Rails back end. The database currently contains 30 crossword puzzles. Ideally, I would've liked the database to have at least a hundred different crosswords, but in order to fit on Heroku I had to limit it to 30.
  • I pulled all clues and answers from a Jeopardy API. The database currently has has 6065 words.
  • I wanted users to have the ability to keep track of their scores. To create this feature I built fully functioning user authentication (this was obviously a lot more than was necessary to build this feature, I partly used this opportunity to get more comfortable with user auth using JSON web tokens.)
  • I added a top five users board (I think there's only three users in the db currently). In order to keep track of this, I had to create a functionality that sends a signal to the backend to increment up a user's score every time a user completes a crossword.

Clone & run application

Clone front end repo:

git clone [email protected]:zluo16/crossword-puzzle-react.git

Clone back end repo:

git clone [email protected]:zluo16/crossword-puzzle-api.git

Install & run front end:

npm install && npm start

Install & run back end:

bundle install && rails s

crossword-puzzle-react's People

Contributors

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