An open API service indexing awesome lists of open source software.

https://github.com/leadcodedev/memory-ui


https://github.com/leadcodedev/memory-ui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Memory UI

This repository is dedicated to [O'clock](https://github.com/O-clock-Teach)
This memory game is composed of an [API](https://github.com/LeadcodeDev/memory-api) and a frontend

To start the frontend project, please follow the instructions below:
```
npm install
# or
yarn
```
And then
```
npm run dev
# or
yarn dev
```