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

https://github.com/christianjtr/react-memory

Test concept that contains a simple memory game based on react by using technologies such as Vite and Tailwindcss.
https://github.com/christianjtr/react-memory

context-api github-api hooks javascript jest memory-game react tailwindcss typescript vite vitejs

Last synced: 11 months ago
JSON representation

Test concept that contains a simple memory game based on react by using technologies such as Vite and Tailwindcss.

Awesome Lists containing this project

README

          

# Basic memory game based on React

### Comments

This is a conceptual test using the following technologies:

- React (TypeScript).
- [Vite](https://vitejs.dev/)
- [Tailwindcss](https://tailwindcss.com/)

### Installation and running the project

The project requires [Node.js](https://nodejs.org/).

Clone the repository:

```shell
git clone https://github.com/christianjtr/react-memory.git
```

### Demo

#### Full width mode

![](demo.gif)

### Live Demo

Click on the following link (Github page project):

https://christianjtr.github.io/react-memory

### Compiles and hot-reloads for development

```
npm run dev
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
npm run lint:fix
```

### Run tests

```
npm run test
```

### Technologies

React, TypeScript, Tailwindcss, Vite.