/Chess-PWA

A basic but elegant chess web app.

Primary LanguageJavaScript

Chess PWA

A simple yet elegant chess web app. The goal of this project is to create a well-designed chess app that can run in any browser can can be installed on any device as a progressive web app.

Design Philosophy

The intention is to create a feeling similar to that of playing chess in a coffee shop. Players should feel like they can take their time and play a casual game. The idea is form over function.

Running on your Local Machine.

  1. Ensure Node.js is running on your machine.
  2. Run npm install to install Node dependencies.
  3. Run npm start to set up a local development server.