/alias-pwa-react

Alias game — PWA on react

Primary LanguageTypeScriptISC LicenseISC

Alias game

Digital version of the classic board game Alias. Read about this game on wiki.

The current version contains only Russian words, but you can also easily replace words by specifying another dependency with a similar structure.

Live Demo

https://alias-demo.now.sh/

Project Motivation

My goal was to study and try such approaches in web application development as:

  • React + React hooks
  • Animation + Drag-and-drop in React
  • Progressive Web Applications (PWA)

QA Disclaimer

The project doesn't claim to have QA of development. I didn't pursue such a goal. Therefore, the project doesn't have versions, tests, docker containers, deployment scripts.

Getting Started

Local running will also work with remote firebase cloud firestore database.

npm install
npm start

Built With

  • Firebase - The Cloud Firestore used
  • React - JS library for building user interfaces
  • PWA - The way to make a web app as a smartphone app
  • Now.sh - Instant static deploys

License

This project is licensed under the ISC License - see the LICENSE.md file for details