Projects

Members Only

Members Only

Members Only is an exclusive clubhouse where anyone can come and see the messages but only logged-in users can write new messages. To see who created the message and when users have to get the membership by entering a SECRET code. Secret code: The Odin Project

  • TypeScript
  • React.js
  • Node.js
  • Express.js
  • MongoDB
  • REST
Portfolio v1

Portfolio v1

My old portfolio site created using React.js and Chakra UI component library.

  • JavaScript
  • React.js
  • Chakra UI
Weather App

Weather App

A weather app that shows current weather for a city. It uses OpenWeatherMap API to fetch current weather. It can show weather in two units (celsius and fahrenheit). It can also fetch weather based on your location if location service is enabled in your browser.

  • TypeScript
  • React.js
  • HTML
  • CSS
Memory Game

Memory Game

Built with React and Bulma CSS, this game puts your memory to the test. You'll be presented with multiple images. The images will shuffle every-time they are clicked. DO NOT click any images twice, else the score will reset to zero. The goal is to get the highest score possible.

  • JavaScript
  • React.js
  • Bulma CSS
Tic Tac Toe

Tic Tac Toe

Implementation of classic Tic-Tac-Toe game with JavaScript, HTML, and CSS. It has two game modes: Normal mode and AI mode. AI Mode uses the Minimax algorithm to make decisions against the human player.

  • Minimax Algorithm
  • JavaScript
  • HTML
  • CSS