A simple memory game built with React. Project inside The Odin Project.
Additional description about the project and its features.
- HTML
- CSS
- JAVASCRIPT
- BOOTSTRAP
- NPM
- REACT
- NODE
- ESLINT
- GITHUB ACTIONS
- VSCODE
To have this app on your pc, you need to:
-
download or clone this repo:
- Clone with SSH:
git@github.com:javitocor/React-Memory-Card.git
- Clone with HTTPS
https://github.com/javitocor/React-Memory-Card.git
-
In the project directory, you can run:
-
$ npm install
- installs all the dependencies required by the project -
$ npm start
- runs the app in the development mode:- Open http://localhost:3000 to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
-
$ npm run test
- Launches the test runner in the interactive watch mode.
- See the section about running tests for more information.
-
$ npm run build
- Builds the app for production to the
build
folder. - It correctly bundles React in production mode and optimizes the build for the best performance.
- The build is minified and the filenames include the hashes.
- Your app is ready to be deployed!
- Builds the app for production to the
-
$ npm run test
- Launches the test runner in the interactive watch mode.
- See the section about running tests for more information.
- Launches the test runner in the interactive watch mode.
👤 Javier Oriol Correas Sanchez Cuesta
- Github: @javitocor
- Twitter: @JavierCorreas4
- Linkedin: Javier Oriol Correas Sanchez Cuesta
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- The Odin Project
- React Documentation
This project is MIT licensed.