Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1 KB

README.md

File metadata and controls

37 lines (30 loc) · 1 KB

English-Learning-Game

English Learning Game is a gaming website help you improve your English vocabularies. The game shows to you the name of word and some picutres, you should be able to select the right photo for the word.

User journey:

As a user i should be able to get the name of the word and some picuters related to this image. As a user i should be able to get score of my correct answers.

File Structure:

  • public

    • index.html
  • src

    • compoments

      • App
        • index.js
      • Card
        • index.js
      • Game
        • index.js
        • index.css
    • utils

      • randomPiker.js
    • data.js

    • index.js

      Sketch:

    68591865_1138305589699381_1008696064720502784_n

    How to run our app on your local machine?

    • Clone our repo
    • In your termial install npm
    • Run npm start

    Team