Skip to content

homfarnam/Memory-game

Repository files navigation

Memory Card game

This app allow you to play memory card game.

Demo

You can see the demo here: https://memory-game-ivory-theta.vercel.app/

Installation

npm:

npm install

yarn:

yarn

Deployment

To Start this project run

npm:

npm run start

yarn:

yarn start

To build the project run:

npm:

npm run build

yarn:

yarn build

Testing

npm:

npm run test

yarn:

yarn test

API Reference

For the api, I used tinyfac API.

Get TV Show details

  GET https://tinyfac.es/api/data?limit=8

You should get the response like the below image.

‍‍‍

 [
     {
       approved: true,
       created_at: 1627199933.924436,
       first_name: "Tailor",
       gender: "male",
       id: 69,
       last_name: "Pippins",
       source: {name: "Joshua Sisco", updated_at: 1627199913.900815, id: 69, created_at: 1627199913.900815,…},
       updated_at: 1627199933.924436,
       url: "https://res.cloudinary.com/tinyfac-es/image/upload/w_1024,h_1024,c_fit/v1627199931/facebook/fvslz3twinvrrplyzya8.jpg"
     },
  ...

 ]