Skip to content

jeffoo713/find_the_way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published