dev-AshishRanjan / Hacktoberfest-Frontend

Make your Pull Request for Hacktoberfest 2023 in the Web domain specially Frontend. And give this repo a ⭐
https://frontend-database.netlify.app
MIT License
15 stars 36 forks source link

added emoji catcher game for website #40

Closed krishna050702 closed 11 months ago

krishna050702 commented 11 months ago

Describe your change:

Checklist:

ATTACH SCREEN-SHOTS

Before After
< Before Image > < After Image >
pr-explainer-bot[bot] commented 11 months ago

Pull Request Report

Hello! I'm here to provide a report on the changes made in the pull request. Let's get started!

Changes

  1. Added a new project called "Emoji Catcher Game" by Krishna Mundada.
  2. Added the necessary HTML, CSS, and JavaScript files for the game.
  3. Created a grid of squares where emojis will appear.
  4. Implemented functionality to randomly display an emoji in one of the squares.
  5. Implemented functionality to track the user's score and update it when the correct square is clicked.
  6. Implemented a countdown timer to limit the game duration.
  7. Displayed the user's score and the time left on the webpage.
  8. Added styling to the webpage using CSS.

Suggestions

No suggestions at the moment.

Bugs

No bugs found.

Improvements

No improvements identified.

Rating

I would rate the code a 9 out of 10 based on the following criteria:

Great job on the changes! Keep up the good work!

netlify[bot] commented 11 months ago

Deploy Preview for frontend-database ready!

Name Link
Latest commit eeb72efafb98aef48e1ab605ed00e1eb8ca3e2d0
Latest deploy log https://app.netlify.com/sites/frontend-database/deploys/6523c597995543000865790c
Deploy Preview https://deploy-preview-40--frontend-database.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

susanhsrestha commented 11 months ago

nice one!

dev-AshishRanjan commented 11 months ago

@krishna050702 , some people may also be working on this repo so please pull before push, to avoid any merge conflits (in any files) 👍🏽

steps :

  1. made changes
  2. commit
  3. pull : git pull origin dev
  4. push