Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

File metadata and controls

30 lines (21 loc) · 1.02 KB

Project made with React and Vite

This project is based on a memory challenge where you are given a sequence which is represented by squares. These squares light up and you have to press them in that order getting this challenge becomes more and more difficult as it continues and at the end you are given your score and the option to try again.

I have been working on this project on and off so there might be some issues if so please tell me.

How do I actually run the code to see it

Everything below should be ran in ur CLI

First make sure you have git installed so you can clone the repository

Once you know that you have git run this command

git clone https://github.com/3byss/React-Memory-Game

Now make sure you have node so you can also run the npm install command listed below

npm install

Once you have all of that run this final command and copy and paste the localhost URL into a web browser

npm start

It should return a URL that looks like http://localhost:3000/