Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 721 Bytes

File metadata and controls

13 lines (9 loc) · 721 Bytes

JavaScript

This repository represents all my learning and projects I am doing on JavaScript. You can find separate documented readme files inside each folder.

Projects

1. Rock Paper Scissors

A classic rock-paper-scissors game where you choose an option, and the program selects a random one. Test your luck and strategy—it's tougher than you think to beat the computer! Play here : https://tanvir70.github.io/JavaScript/RockPaperScissors/

2. Currency Converter

A simple currency converter that allows you to compare exchange rates between two different countries. It's a helpful tool for observing fluctuating currency values. Take a peek here : https://tanvir70.github.io/JavaScript/CurrencyConverter/