Skip to content

ellenupark/learn-hwatu-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Backend

learn-hwatu-backend

Project Demo

learn-hwatu.herokuapp | Demo Video

Description

Play against the computer and learn how to play the Korean card game, Hwatu. Learn Hwatu is a single page application built with a vanilla Javascript, HTML and CSS frontend. The backend was built with Ruby on Rails (RESTful API).

Install

Clone Frontend and Backend Repositories

git clone git@github.com:ellenupark/learn-hwatu-frontend.git
git clone git@github.com:ellenupark/learn-hwatu-backend.git

Initialize the Database

Navigate to the Backend root directory.

rails db:create 
rails db:migrate 
rails db:seed

Begin Server

While in the Backend root directory,

rails s

Open Application

Navigate to the Frontend root directory. Open index.html.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ellenupark/learn-hwatu-frontend or https://github.com/ellenupark/learn-hwatu-backend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The application is available as open source under the terms of the MIT License.

Further Information

Personal Website | LinkedIn | Blog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published