Skip to content

bajako/memory-game-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory game

This is a simple game created to improve my JS/React skills.

Few words about it...

It has difficulty levels.
Thanks to the use of localStorage, results are saved in the browser's memory, even after it's closed.
This simple game is created in React, I use Webpack.
RDW is based on CSS Grid.

Few screenshots:

Level Easy Level Hard
Well done! Well, not this time ;)

Getting Started

You can:

  • look it up and play here - GitHub Pages.

  • run it on your local machine.

    To do so - download the project, open a terminal in the folder that contains the project and use command:

    npm install
    

    It will install all dependencies (listed in package.json) that you need to enjoy the game.

    Next, if you have your webpack installed globally type:

    webpack
    

    And if you don't, use:

    ./node_modules/.bin/webpack
    

    Last thing - open index.html file in your browser and enjoy!

Author

Bartek Jakoniuk

License

This project is licensed under the MIT License.

Acknowledgments

Pictures used in this project ( Clouds and Animals ) were Created by Freepik

About

This is a simple game created to improve my JS/React skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages