About • Technologies • Status • Deploy • Running • Author • License
Project developed during the React course given by B7web. The project is a memory game with a timer and move counter.
The following tools were used in the construction of the project:
See the running project: devMemory
# Clone this repository
$ git clone https://github.com/ThiagoCordeiro52/react-devMemory.git
# Access the project folder in terminal/cmd
$ cd react-devMemory
# Install the project dependencies
$ npm install
# or
$ yarn install
# Run the development server
$ npm run dev
# or
$ yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed by MIT.