Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucerojulian/memory-game
The classic memory game
https://github.com/lucerojulian/memory-game
Last synced: 2 days ago
JSON representation
The classic memory game
- Host: GitHub
- URL: https://github.com/lucerojulian/memory-game
- Owner: lucerojulian
- Created: 2023-08-14T12:21:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-02T16:38:57.000Z (about 1 year ago)
- Last Synced: 2023-09-03T20:53:40.289Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://memory-game-eight-zeta.vercel.app
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory game
The classic memory game.
![Playing screen](src/assets/screenshots/play_screen.png)
## Authors
- [@lucerojulian](https://www.github.com/lucerojulian)
## Tech Stack
_React_ / _TypeScript_ / _TailwindCSS_ / _Vitest_
## Demo
- [Vercel](https://memory-game-lucerojulian.vercel.app/)
## Run Locally
Clone the project
```bash
git clone https://github.com/lucerojulian/memory-game
```Go to the project directory
```bash
cd memory-game
```Install dependencies
```bash
yarn
```Run in development mode
```bash
yarn dev
```## Running Tests
We use [Vitest](https://vitest.dev/) for the tests in this project
To run tests, run the following command
```bash
yarn test
```## Deployment
Every time a push to **master** is done, the project will be deployed automatically
For the deployment are used [Vercel](https://vercel.com/).