Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.18 KB

Find The Way

Contents

General info

  • Just to have fun with TS by creating a simple memory game 🎉
  • You can choose a level depending on your confidence 🚀

Preview

sameple-gif

sameple-mobile

sameple-web1

sameple-web2

Tech stack

  • Frontend development: TypeScript, React
  • Deployment tools and envs: Docker-compose

** Docker-compose is used to leave room for extending the project, like adding a server/DB etc.

Run the project

  1. Navigate into core directory
$ cd core
  1. Build image
$ docker-compose build
  1. Create and run container
$ docker-compose -p find_the_way up -d
  1. Check the project runningn on http://localhost:3333/