Developed a Whack-A-Mole Game using React, JavaScript, HTML and CSS.
It is a popular arcade game where players attempt to hit moles as they pop up from holes
in a board.
GITHUBLIVE
Wordle Clone
Developed a Wordle game clone using React (Functional components, React hooks),
JavaScript, HTML and CSS.
Added tests using Jest. Inspired from: New York Times Wordle
Game
GITHUBLIVE
Rock Paper Scissors
Developed an interactive Rock Paper Scissors game using JavaScript (DOM properties
and methods), HTML and CSS. Game is played with the computer and the score is updated
after evey game.
GITHUBLIVE
Food Recommendation
Developed a responsive website using HTML, CSS and JavaScript. Added a Zomato API
integration to fetch
food collection of that city and displayed to the users.
GITHUBLIVE
To-do list
Developed a to-do list using HTML, CSS and JavaScript.
A user can add a task, mark a task as completed and delete an already added task.
Current date is also displayed for the user to see.
GITHUBLIVE
Bitcoin graph
Developed a bitcoin graph using Highcharts in JavaScript and a bitcoin price API. It
compares the price of bitcoin in USD, GBP, EUR. The graph is updated every 3s with the
current time and price.