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.
- Host: GitHub
- URL: https://github.com/christianjtr/react-memory
- Owner: christianjtr
- Created: 2022-09-25T11:37:46.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-20T09:53:54.000Z (over 3 years ago)
- Last Synced: 2025-01-04T20:46:32.883Z (about 1 year ago)
- Topics: context-api, github-api, hooks, javascript, jest, memory-game, react, tailwindcss, typescript, vite, vitejs
- Language: TypeScript
- Homepage:
- Size: 9.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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.