Skip to content

walkingalchemy/Cloogle-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloogle Crossword

A dynamic crossword web app

Cloogle is a web based crossword app allowing users to complete and save crosswords from a historical database of New York Times crossword puzzles hosted here.

This is the repository for the ES6 JavaScript frontend. The backend API repository resides at: Cloogle-Backend.

Demo

Cloogle Thumbnail

Installing / Getting started

The UI was written in plain JavaScript using CSS-Grid layout framework. Go check them out if you don't have them locally installed.

Begin by installing and running the backend API server: Cloogle-Backend

Then, in a separate directory, fork and/or clone this repository down then from within the top level directory open index.html in your browser of choice. The frontend client is set by default to point to a backend running on localhost:3000 which is the Rails server default if nothing else is running.

Enjoy!

Licensing

MIT Copyright 2018 Sebastian Royer and Matt McAlister

Thanks to:

Icon pack by Icons8

About

A dynamic crossword web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • CSS 7.4%
  • HTML 3.9%